From 06923ae048e848ac5b97f3745cabbd6513a55431 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 23 May 2017 13:07:13 -0400 Subject: [PATCH] bug fix --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 59243a8..a5068d7 100644 --- a/functions.php +++ b/functions.php @@ -410,7 +410,7 @@ function post_pw_sess_expire() { * @param string $form_html * @return string */ -public function wpa_add__wp_http_referer( $form_html ) { +function wpa_add__wp_http_referer( $form_html ) { if ( empty( $_SERVER['HTTP_REFERER'] ) ) { $form_html = str_ireplace( '', diff --git a/style.css b/style.css index 0757bcc..ccaa025 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GreatLakesShipwreckMuseum Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for GreatLakesShipwreckMuseum -Version: 1.0.19 +Version: 1.0.20 */ -- 2.17.1