Add description for _wp_timezone_choice_usort_callback(). props neoxx. fixes #25125.
git-svn-id: https://develop.svn.wordpress.org/trunk@25101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b449f5bbb8
commit
d6ea70e296
@ -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 ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user