Media: Update the gallery "add images" state. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-11-02 01:20:01 +00:00
parent e9fbc52474
commit a8b411b563
2 changed files with 78 additions and 2 deletions

View File

@@ -338,6 +338,7 @@ function wp_default_scripts( &$scripts ) {
'createGalleryTitle' => __( 'Create Gallery' ),
'insertGallery' => __( 'Insert gallery' ),
'updateGallery' => __( 'Update gallery' ),
'continueEditing' => __( 'Continue editing' ),
) );
$scripts->add( 'shortcode', "/wp-includes/js/shortcode$suffix.js", array( 'underscore' ), false, 1 );