From: Steve Sutton Date: Tue, 23 May 2017 17:07:13 +0000 (-0400) Subject: bug fix X-Git-Tag: v1.0.20^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=06923ae048e848ac5b97f3745cabbd6513a55431;p=WP-Themes%2Fshipwreckmuseum.git bug fix --- 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 */