Make WordPress Core

Ticket #25125: 25125.patch

File 25125.patch, 466 bytes (added by neoxx, 13 years ago)
  • functions.php

     
    33143314}
    33153315
    33163316/**
    3317  * {@internal Missing Short Description}}
     3317 * Sort-helper for timezones
    33183318 *
    33193319 * @since 2.9.0
    33203320 *
    3321  * @param unknown_type $a
    3322  * @param unknown_type $b
     3321 * @param array $a
     3322 * @param array $b
    33233323 * @return int
    33243324 */
    33253325function _wp_timezone_choice_usort_callback( $a, $b ) {