Changeset 38307 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r38022 r38307 84 84 * @param string $hook_suffix The current admin page. 85 85 */ 86 do_action( "admin_print_footer_scripts- $hook_suffix" );86 do_action( "admin_print_footer_scripts-{$hook_suffix}" ); 87 87 88 88 /** … … 104 104 * @param string $hook_suffix The current admin page. 105 105 */ 106 do_action( "admin_footer- $hook_suffix" );106 do_action( "admin_footer-{$hook_suffix}" ); 107 107 108 108 // get_site_option() won't exist when auto upgrading from <= 2.7
Note: See TracChangeset
for help on using the changeset viewer.