Changeset 41567
- Timestamp:
- 09/22/2017 06:33:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r40898 r41567 785 785 786 786 if ( empty( $post->post_password ) ) { 787 /** This filter is documented in wp-includes/post .php */787 /** This filter is documented in wp-includes/post-template.php */ 788 788 return apply_filters( 'post_password_required', false, $post ); 789 789 } 790 790 791 791 if ( ! isset( $_COOKIE[ 'wp-postpass_' . COOKIEHASH ] ) ) { 792 /** This filter is documented in wp-includes/post .php */792 /** This filter is documented in wp-includes/post-template.php */ 793 793 return apply_filters( 'post_password_required', true, $post ); 794 794 }
Note: See TracChangeset
for help on using the changeset viewer.