- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r45768 r45932 283 283 284 284 /* 285 * Translators: If there are characters in your language that are not 286 * supported by Libre Franklin, translate this to 'off'. Do not translate 287 * into your own language. 285 * translators: If there are characters in your language that are not supported 286 * by Libre Franklin, translate this to 'off'. Do not translate into your own language. 288 287 */ 289 288 $libre_franklin = _x( 'on', 'Libre Franklin font: on or off', 'twentyseventeen' ); … … 388 387 '<p class="link-more"><a href="%1$s" class="more-link">%2$s</a></p>', 389 388 esc_url( get_permalink( get_the_ID() ) ), 390 /* translators: %s: Name of current post*/389 /* translators: %s: Post title. */ 391 390 sprintf( __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), get_the_title( get_the_ID() ) ) 392 391 );
Note: See TracChangeset
for help on using the changeset viewer.