Correct @since in admin-footer. see #25229.

Built from https://develop.svn.wordpress.org/trunk@25288


git-svn-id: http://core.svn.wordpress.org/trunk@25252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-09-06 17:38:09 +00:00
parent bfdc55b24d
commit 74092c3960
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ if ( !defined('ABSPATH') )
* @see core_update_footer() WordPress prints the current version and update information,
* using core_update_footer() at priority 10.
*
* @since 2.5.0
* @since 2.3.0
* @param string The content that will be printed.
*/
echo apply_filters( 'update_footer', '' );
@ -55,7 +55,7 @@ if ( !defined('ABSPATH') )
/**
* Print scripts or data before the default footer scripts.
*
* @since 2.5.0
* @since 1.2.0
* @param string The data to print.
*/
do_action('admin_footer', '');