- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-gallery.php
r45306 r45932 201 201 echo esc_attr( 202 202 sprintf( 203 /* translators: %s: the image file name. */203 /* translators: %s: The image file name. */ 204 204 __( 'The current image has no alternative text. The file name is: %s' ), 205 205 '{{ attachment.filename }}' … … 215 215 <?php 216 216 printf( 217 /* translators: %s: the amount of additional, not visible images in the gallery widget preview. */217 /* translators: %s: The amount of additional, not visible images in the gallery widget preview. */ 218 218 __( 'Additional images added to this gallery: %s' ), 219 219 '{{ data.ids.length - 5 }}'
Note: See TracChangeset
for help on using the changeset viewer.