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
This commit is contained in:
Sergey Biryukov 2013-08-23 13:57:08 +00:00
parent 2a14c96057
commit c7de681a26
1 changed files with 3 additions and 3 deletions

View File

@ -3314,12 +3314,12 @@ function wp_timezone_override_offset() {
} }
/** /**
* {@internal Missing Short Description}} * Sort-helper for timezones.
* *
* @since 2.9.0 * @since 2.9.0
* *
* @param unknown_type $a * @param array $a
* @param unknown_type $b * @param array $b
* @return int * @return int
*/ */
function _wp_timezone_choice_usort_callback( $a, $b ) { function _wp_timezone_choice_usort_callback( $a, $b ) {