Changeset 19812 for trunk/wp-includes/post-template.php
- Timestamp:
- 02/01/2012 10:33:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r19728 r19812 188 188 189 189 // If post password required and it doesn't match the cookie. 190 if ( post_password_required($post) ) { 191 $output = get_the_password_form(); 192 return $output; 193 } 190 if ( post_password_required($post) ) 191 return get_the_password_form(); 194 192 195 193 if ( $page > count($pages) ) // if the requested page doesn't exist
Note: See TracChangeset
for help on using the changeset viewer.