Changeset 37279 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 04/21/2016 03:16:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r37231 r37279 1652 1652 * or other needed content. 1653 1653 */ 1654 ?> 1654 1655 /** 1656 * @global string $hook_suffix 1657 */ 1658 global $hook_suffix; 1659 ?> 1655 1660 <div class="hidden"> 1656 1661 <?php 1657 1662 /** This action is documented in wp-admin/admin-footer.php */ 1658 do_action( 'admin_footer', '' ); 1663 do_action( 'admin_footer', $hook_suffix ); 1664 1665 /** This action is documented in wp-admin/admin-footer.php */ 1666 do_action( "admin_print_footer_scripts-$hook_suffix" ); 1659 1667 1660 1668 /** This action is documented in wp-admin/admin-footer.php */
Note: See TracChangeset
for help on using the changeset viewer.