From 74092c39600592759ac8c03ab7946e88adaa664a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 6 Sep 2013 17:38:09 +0000 Subject: [PATCH] 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 --- wp-admin/admin-footer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index 5d2bf2ac55..73a58c1244 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -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', '');