Changeset 40812 for trunk/src/wp-includes/widgets/class-wp-widget-media.php
- Timestamp:
- 05/21/2017 08:43:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media.php
r40640 r40812 58 58 $l10n_defaults = array( 59 59 'no_media_selected' => __( 'No media selected' ), 60 'add_media' => _x( 'Add Media', 'label for button in the media widget ; should not be longer than ~13 characters long' ),61 'replace_media' => _x( 'Replace Media', 'label for button in the media widget; should not be longer than ~13 characters long' ),62 'edit_media' => _x( 'Edit Media', 'label for button in the media widget; should not be longer than ~13 characters long' ),60 'add_media' => _x( 'Add Media', 'label for button in the media widget' ), 61 'replace_media' => _x( 'Replace Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long' ), 62 'edit_media' => _x( 'Edit Media', 'label for button in the media widget; should preferably not be longer than ~13 characters long' ), 63 63 'add_to_widget' => __( 'Add to Widget' ), 64 64 'missing_attachment' => sprintf(
Note: See TracChangeset
for help on using the changeset viewer.