Changeset 39755
- Timestamp:
- 01/09/2017 02:37:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r38307 r39755 79 79 * 80 80 * @since 4.6.0 81 *82 * @global string $hook_suffix83 *84 * @param string $hook_suffix The current admin page.85 81 */ 86 82 do_action( "admin_print_footer_scripts-{$hook_suffix}" ); … … 100 96 * 101 97 * @since 2.8.0 102 *103 * @global string $hook_suffix104 * @param string $hook_suffix The current admin page.105 98 */ 106 99 do_action( "admin_footer-{$hook_suffix}" );
Note: See TracChangeset
for help on using the changeset viewer.