Changeset 22155 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/10/2012 08:31:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r22129 r22155 331 331 'returnToLibrary' => __( 'Return to media library' ), 332 332 'insertGalleryIntoPost' => __( 'Insert gallery into post' ), 333 'updateGallery' => __( 'Update gallery' ), 333 334 'addImagesFromLibrary' => __( 'Add images from media library' ), 334 335 ) ); … … 338 339 did_action( 'init' ) && $scripts->localize( 'mce-view', '_wpMceViewL10n', array( 339 340 'contentWidth' => isset( $GLOBALS['content_width'] ) ? $GLOBALS['content_width'] : 800, 341 'editGallery' => __( 'Edit Gallery' ), 340 342 ) ); 341 343
Note: See TracChangeset
for help on using the changeset viewer.