Changeset 23594 for trunk/wp-includes/post-template.php
- Timestamp:
- 03/03/2013 09:11:40 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r23554 r23594 584 584 } 585 585 586 $hash = stripslashes( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] );586 $hash = wp_unslash( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] ); 587 587 588 588 return ! $wp_hasher->CheckPassword( $post->post_password, $hash );
Note: See TracChangeset
for help on using the changeset viewer.