- Timestamp:
- 09/03/2019 12:39:13 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r45675 r45932 190 190 <?php 191 191 printf( 192 /* translators: 1: post permalink, 2: number of images in the gallery*/192 /* translators: 1: Post permalink, 2: Number of images in the gallery. */ 193 193 _n( 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photo</a>.', 'This gallery contains <a href="%1$s" rel="bookmark">%2$s photos</a>.', $total_images, 'twentyfourteen' ), 194 194 esc_url( get_permalink() ), … … 235 235 <a class="post-format-archive-link" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>"> 236 236 <?php 237 /* translators: used with More archives link*/237 /* translators: Used with More archives link. */ 238 238 printf( __( '%s <span class="meta-nav">→</span>', 'twentyfourteen' ), $format_string_more ); 239 239 ?>
Note: See TracChangeset
for help on using the changeset viewer.