Changeset 41383
- Timestamp:
- 09/16/2017 11:02:17 AM (7 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r41351 r41383 2150 2150 * Sync an attachments selection in a state with another state. 2151 2151 * 2152 * Allows for selecting multiple images in the InsertMedia workflow, and then2152 * Allows for selecting multiple images in the Add Media workflow, and then 2153 2153 * switching to the Insert Gallery workflow while preserving the attachments selection. 2154 2154 * -
trunk/src/wp-includes/js/media/utils/selection-sync.js
r41351 r41383 4 4 * Sync an attachments selection in a state with another state. 5 5 * 6 * Allows for selecting multiple images in the InsertMedia workflow, and then6 * Allows for selecting multiple images in the Add Media workflow, and then 7 7 * switching to the Insert Gallery workflow while preserving the attachments selection. 8 8 * -
trunk/src/wp-includes/media.php
r41328 r41383 3511 3511 // Library 3512 3512 'mediaLibraryTitle' => __( 'Media Library' ), 3513 'insertMediaTitle' => __( ' InsertMedia' ),3513 'insertMediaTitle' => __( 'Add Media' ), 3514 3514 'createNewGallery' => __( 'Create a new gallery' ), 3515 3515 'createNewPlaylist' => __( 'Create a new playlist' ),
Note: See TracChangeset
for help on using the changeset viewer.