Thickbox is needed for the media modal back-compat. Are there plugins that still use this? Also needed for PressThis. See #24067.
Built from https://develop.svn.wordpress.org/trunk@26898 git-svn-id: http://core.svn.wordpress.org/trunk@26781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21f4012df4
commit
915607ca0d
|
@ -297,6 +297,7 @@ die;
|
||||||
|
|
||||||
wp_enqueue_style( 'colors' );
|
wp_enqueue_style( 'colors' );
|
||||||
wp_enqueue_script( 'post' );
|
wp_enqueue_script( 'post' );
|
||||||
|
add_thickbox();
|
||||||
_wp_admin_html_begin();
|
_wp_admin_html_begin();
|
||||||
?>
|
?>
|
||||||
<title><?php _e('Press This') ?></title>
|
<title><?php _e('Press This') ?></title>
|
||||||
|
|
|
@ -487,7 +487,7 @@ final class _WP_Editors {
|
||||||
wp_enqueue_script('wp-fullscreen');
|
wp_enqueue_script('wp-fullscreen');
|
||||||
|
|
||||||
if ( self::$has_medialib ) {
|
if ( self::$has_medialib ) {
|
||||||
// add_thickbox(); // ?
|
add_thickbox();
|
||||||
wp_enqueue_script('media-upload');
|
wp_enqueue_script('media-upload');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue