Ticket #10131: admin-footer.patch
| File admin-footer.patch, 520 bytes (added by , 16 years ago) |
|---|
-
wp-admin/admin-footer.php
25 25 <?php 26 26 do_action('admin_footer', ''); 27 27 do_action('admin_print_footer_scripts'); 28 do_action("admin_footer-$hook_suffix"); 28 if ( isset($hook_suffix)) {do_action("admin_footer-$hook_suffix");} 29 29 30 30 // get_site_option() won't exist when auto upgrading from <= 2.7 31 31 if ( function_exists('get_site_option') ) {