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:
Ryan Boren 2008-06-03 15:39:20 +00:00
parent 0c34dcfb37
commit 00921720c2
1 changed files with 0 additions and 6 deletions

View File

@ -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() {