- Timestamp:
- 12/16/2014 08:32:03 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-content/themes/twentyfifteen/comments.php
r30394 r30924 51 51 if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : 52 52 ?> 53 <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'twentyfifteen' ); ?></p>53 <p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfifteen' ); ?></p> 54 54 <?php endif; ?> 55 55
Note: See TracChangeset
for help on using the changeset viewer.