projects
/
WP-Themes
/
saultstemarie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc1d5b
)
update the BOD ID
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 25 Feb 2016 19:36:56 +0000
(14:36 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 25 Feb 2016 19:36:56 +0000
(14:36 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
9dc696a
..
c3a1878
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-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] )
) {