Changeset 26260 for trunk/src/wp-content/themes/twentyfourteen/comments.php
- Timestamp:
- 11/18/2013 11:11:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/comments.php
r25769 r26260 14 14 * entered the password we will return early without loading the comments. 15 15 */ 16 if ( post_password_required() ) 16 if ( post_password_required() ) { 17 17 return; 18 } 18 19 ?> 19 20
Note: See TracChangeset
for help on using the changeset viewer.