Ticket #25125: 25125.patch
| File 25125.patch, 466 bytes (added by , 13 years ago) |
|---|
-
functions.php
3314 3314 } 3315 3315 3316 3316 /** 3317 * {@internal Missing Short Description}}3317 * Sort-helper for timezones 3318 3318 * 3319 3319 * @since 2.9.0 3320 3320 * 3321 * @param unknown_type$a3322 * @param unknown_type$b3321 * @param array $a 3322 * @param array $b 3323 3323 * @return int 3324 3324 */ 3325 3325 function _wp_timezone_choice_usort_callback( $a, $b ) {