- Timestamp:
- 06/30/2015 07:22:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r33003 r33005 121 121 echo '<span class="comments-link">'; 122 122 /* translators: %s: post title */ 123 comments_popup_link( sprintf( __( 'Leave a comment<span class="screen-reader-text"> on %s</span>' ), get_the_title() ) );123 comments_popup_link( sprintf( __( 'Leave a comment<span class="screen-reader-text"> on %s</span>', 'twentyfifteen' ), get_the_title() ) ); 124 124 echo '</span>'; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.