Changeset 25880 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r25288 r25880 22 22 * 23 23 * @since 2.5.0 24 */ 25 do_action( 'in_admin_footer' ); 24 */ 25 do_action( 'in_admin_footer' ); 26 26 ?> 27 27 <p id="footer-left" class="alignleft"> … … 29 29 /** 30 30 * Filter the "Thank you" text displayed in the admin footer. 31 * 31 * 32 32 * @since 2.8.0 33 33 * @param string The content that will be printed. 34 */ 34 */ 35 35 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>' ); 36 36 ?> … … 43 43 * @see core_update_footer() WordPress prints the current version and update information, 44 44 * using core_update_footer() at priority 10. 45 * 45 * 46 46 * @since 2.3.0 47 47 * @param string The content that will be printed. 48 48 */ 49 echo apply_filters( 'update_footer', '' ); 49 echo apply_filters( 'update_footer', '' ); 50 50 ?> 51 51 </p> … … 55 55 /** 56 56 * Print scripts or data before the default footer scripts. 57 * 57 * 58 58 * @since 1.2.0 59 59 * @param string The data to print. … … 63 63 /** 64 64 * Prints any scripts and data queued for the footer. 65 * 65 * 66 66 * @since 2.8.0 67 67 */ … … 70 70 /** 71 71 * Print scripts or data after the default footer scripts. 72 * 72 * 73 73 * @since 2.8.0 74 * 74 * 75 75 * @param string $GLOBALS['hook_suffix'] The current admin page. 76 76 */
Note: See TracChangeset
for help on using the changeset viewer.