Changeset 25273 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 09/06/2013 01:37:59 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r25252 r25273 28 28 <?php 29 29 /** 30 * Filter the "Thank you" text displayed in the admin footer 30 * Filter the "Thank you" text displayed in the admin footer. 31 31 * 32 32 * @since 2.8.0 … … 39 39 <?php 40 40 /** 41 * Filter the version/update text displayed in the admin footer 41 * Filter the version/update text displayed in the admin footer. 42 42 * 43 43 * @see core_update_footer() WordPress prints the current version and update information, … … 54 54 <?php 55 55 /** 56 * Print scripts or data before the default footer scripts 56 * Print scripts or data before the default footer scripts. 57 57 * 58 58 * @since 2.5.0 … … 62 62 63 63 /** 64 * Prints any scripts and data queued for the footer 64 * Prints any scripts and data queued for the footer. 65 65 * 66 66 * @since 2.8.0 … … 69 69 70 70 /** 71 * Print scripts or data after the default footer scripts 71 * Print scripts or data after the default footer scripts. 72 72 * 73 * @since unknown73 * @since 2.8.0 74 74 * 75 * @param type$GLOBALS['hook_suffix'] The current admin page.75 * @param string $GLOBALS['hook_suffix'] The current admin page. 76 76 */ 77 77 do_action("admin_footer-" . $GLOBALS['hook_suffix']);
Note: See TracChangeset
for help on using the changeset viewer.