summaryrefslogtreecommitdiffstats
path: root/wp-includes/wpmu-functions.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-07 15:55:03 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-07 15:55:03 +0000
commit8c8538fa90aec3350e568b625e6bc4105c910d33 (patch)
tree4671ce566068a29dce597917614a6415cf18979a /wp-includes/wpmu-functions.php
parent48737cae10bdee7094a9a42d9704b572bf1759a1 (diff)
downloadwordpress-mu-8c8538fa90aec3350e568b625e6bc4105c910d33.tar.gz
wordpress-mu-8c8538fa90aec3350e568b625e6bc4105c910d33.tar.xz
wordpress-mu-8c8538fa90aec3350e568b625e6bc4105c910d33.zip
No need for ScriptAculios any more, fixes #616. props momo360modena
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1269 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/wpmu-functions.php')
-rw-r--r--wp-includes/wpmu-functions.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/wp-includes/wpmu-functions.php b/wp-includes/wpmu-functions.php
index 2ac3b7a..4a00292 100644
--- a/wp-includes/wpmu-functions.php
+++ b/wp-includes/wpmu-functions.php
@@ -1613,11 +1613,6 @@ function wpmu_log_new_registrations( $blog_id, $user_id ) {
add_action( "wpmu_new_blog" ,"wpmu_log_new_registrations", 10, 2 );
-function scriptaculous_admin_loader() {
- wp_enqueue_script('scriptaculous');
-}
-add_action( 'admin_print_scripts', 'scriptaculous_admin_loader' );
-
function fix_import_form_size( $size ) {
if( upload_is_user_over_quota( false ) == true )
return 0;