Changeset 32333 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 05/03/2015 04:17:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r32259 r32333 1305 1305 1306 1306 if ( post_password_required() ) { 1307 echo __('Enter your password to view comments.');1307 _e( 'Enter your password to view comments.' ); 1308 1308 return; 1309 1309 }
Note: See TracChangeset
for help on using the changeset viewer.