bug fix
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 17:07:13 +0000 (13:07 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 17:07:13 +0000 (13:07 -0400)
functions.php
style.css

index 59243a8..a5068d7 100644 (file)
@@ -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(
          '</form>',
index 0757bcc..ccaa025 100644 (file)
--- 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
 */