From c7de681a2679129c18cb5faecf83aad1b40dd3f3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 23 Aug 2013 13:57:08 +0000 Subject: [PATCH] Add description for _wp_timezone_choice_usort_callback(). props neoxx. fixes #25125. Built from https://develop.svn.wordpress.org/trunk@25101 git-svn-id: http://core.svn.wordpress.org/trunk@25083 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 51f2b8f69a..714408d2ee 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3314,12 +3314,12 @@ function wp_timezone_override_offset() { } /** - * {@internal Missing Short Description}} + * Sort-helper for timezones. * * @since 2.9.0 * - * @param unknown_type $a - * @param unknown_type $b + * @param array $a + * @param array $b * @return int */ function _wp_timezone_choice_usort_callback( $a, $b ) {