mirror of
git://develop.git.wordpress.org/
synced 2025-01-31 20:38:54 +01:00
Remove thickbox enqueueing. Props azaozz. fixes #7078
git-svn-id: https://develop.svn.wordpress.org/trunk@8038 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0c34dcfb37
commit
00921720c2
@ -180,12 +180,6 @@ EOF;
|
||||
printf($context, $out);
|
||||
}
|
||||
add_action( 'media_buttons', 'media_buttons' );
|
||||
|
||||
add_action( 'admin_print_scripts-post-new.php', 'add_thickbox' );
|
||||
add_action( 'admin_print_scripts-post.php', 'add_thickbox' );
|
||||
add_action( 'admin_print_scripts-page-new.php', 'add_thickbox' );
|
||||
add_action( 'admin_print_scripts-page.php', 'add_thickbox' );
|
||||
|
||||
add_action('media_upload_media', 'media_upload_handler');
|
||||
|
||||
function media_upload_form_handler() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user