- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-gallery.php
r42343 r43571 24 24 public function __construct() { 25 25 parent::__construct( 26 'media_gallery', __( 'Gallery' ), array( 26 'media_gallery', 27 __( 'Gallery' ), 28 array( 27 29 'description' => __( 'Displays an image gallery.' ), 28 30 'mime_type' => 'image', … … 31 33 32 34 $this->l10n = array_merge( 33 $this->l10n, array( 35 $this->l10n, 36 array( 34 37 'no_media_selected' => __( 'No images selected' ), 35 38 'add_media' => _x( 'Add Images', 'label for button in the gallery widget; should not be longer than ~13 characters long' ),
Note: See TracChangeset
for help on using the changeset viewer.