First pass on network.php improvements. see #12094

git-svn-id: http://svn.automattic.com/wordpress/trunk@13571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-03-03 07:43:32 +00:00
parent 25965cf001
commit 4c1b910030
4 changed files with 211 additions and 237 deletions

View File

@@ -29,7 +29,7 @@ echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Tha
<?php
do_action('admin_footer', '');
do_action('admin_print_footer_scripts');
do_action("admin_footer-$hook_suffix");
do_action("admin_footer-" . $GLOBALS['hook_suffix']);
// get_site_option() won't exist when auto upgrading from <= 2.7
if ( function_exists('get_site_option') ) {