- Timestamp:
- 07/09/2019 01:08:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r45209 r45609 190 190 <?php 191 191 printf( 192 /* translators: 1: post permalink, 2: number of images in the gallery */ 192 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' ), 193 194 esc_url( get_permalink() ),
Note: See TracChangeset
for help on using the changeset viewer.