- Timestamp:
- 09/29/2017 11:41:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-image.php
r41549 r41640 34 34 'edit_media' => _x( 'Edit Image', 'label for button in the image widget; should preferably not be longer than ~13 characters long' ), 35 35 'missing_attachment' => sprintf( 36 /* translators: placeholder isURL to media library */36 /* translators: %s: URL to media library */ 37 37 __( 'We can’t find that image. Check your <a href="%s">media library</a> and make sure it wasn’t deleted.' ), 38 38 esc_url( admin_url( 'upload.php' ) ) 39 39 ), 40 /* translators: %d iswidget count */40 /* translators: %d: widget count */ 41 41 'media_library_state_multi' => _n_noop( 'Image Widget (%d)', 'Image Widget (%d)' ), 42 42 'media_library_state_single' => __( 'Image Widget' ),
Note: See TracChangeset
for help on using the changeset viewer.