- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r45768 r45932 290 290 $font_url = ''; 291 291 /* 292 * Translators: If there are characters in your language that are not supported292 * translators: If there are characters in your language that are not supported 293 293 * by Lato, translate this to 'off'. Do not translate into your own language. 294 294 */ … … 506 506 <a class="button contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>"> 507 507 <?php 508 /* translators: %d: post count*/508 /* translators: %d: Post count. */ 509 509 printf( _n( '%d Article', '%d Articles', $post_count, 'twentyfourteen' ), $post_count ); 510 510 ?> … … 627 627 // Add a page number if necessary. 628 628 if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { 629 /* translators: %s: page number*/629 /* translators: %s: Page number. */ 630 630 $title = "$title $sep " . sprintf( __( 'Page %s', 'twentyfourteen' ), max( $paged, $page ) ); 631 631 }
Note: See TracChangeset
for help on using the changeset viewer.