Setting up function call back
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 17:11:16 +0000 (13:11 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 23 May 2017 17:11:16 +0000 (13:11 -0400)
Setup correctly now

functions.php
style.css

index a5068d7..0cbcda8 100644 (file)
@@ -421,5 +421,5 @@ function wpa_add__wp_http_referer( $form_html ) {
 
  return $form_html;
 }
-add_filter( 'the_password_form', array( $this, 'wpa_add__wp_http_referer' ), 10, 1 );
+add_filter( 'the_password_form', 'wpa_add__wp_http_referer', 10, 1 );
 ?>
index ccaa025..2a7afda 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.20
+Version: 1.0.21
 */