Changeset 36738
- Timestamp:
- 02/26/2016 05:20:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r36737 r36738 1362 1362 * @access private 1363 1363 * 1364 * @return int 1364 * @param string $a First name. 1365 * @param string $b Second name. 1366 * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. 1367 * Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with uasort(). 1365 1368 */ 1366 1369 private static function _name_sort_i18n( $a, $b ) {
Note: See TracChangeset
for help on using the changeset viewer.