Changeset 55703 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r55694 r55703 888 888 889 889 $hash = wp_unslash( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] ); 890 if ( 0 !== strpos( $hash, '$P$B' ) ) {890 if ( ! str_starts_with( $hash, '$P$B' ) ) { 891 891 $required = true; 892 892 } else {
Note: See TracChangeset
for help on using the changeset viewer.