Make WordPress Core

Changeset 25101


Ignore:
Timestamp:
08/23/2013 01:56:35 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Add description for _wp_timezone_choice_usort_callback(). props neoxx. fixes #25125.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r25047 r25101  
    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 */
Note: See TracChangeset for help on using the changeset viewer.