update the BOD ID
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Feb 2016 19:36:56 +0000 (14:36 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 25 Feb 2016 19:36:56 +0000 (14:36 -0500)
functions.php

index 9dc696a..c3a1878 100644 (file)
@@ -156,7 +156,7 @@ add_action( 'wp', 'post_pw_sess_expire' );
 function post_pw_sess_expire() {
     global $post;
     //echo '<pre>' . print_r( $post, true ) . '</pre>';
-    if ($post->ID == 5822 ) {
+    if ($post->ID == 118 ) {
         if ( isset( $_COOKIE['wp-postpass_' . COOKIEHASH] )
             && isset( $_COOKIE['glm-test_' . COOKIEHASH] )
         ) {