Changeset 36739
- Timestamp:
- 02/26/2016 05:22:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r36738 r36739 1348 1348 * @param string $b Second name. 1349 1349 * @return int Negative if `$a` falls lower in the natural order than `$b`. Zero if they fall equally. 1350 * Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with u asort().1350 * Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort(). 1351 1351 */ 1352 1352 private static function _name_sort( $a, $b ) { … … 1365 1365 * @param string $b Second name. 1366 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 u asort().1367 * Greater than 0 if `$a` falls higher in the natural order than `$b`. Used with usort(). 1368 1368 */ 1369 1369 private static function _name_sort_i18n( $a, $b ) {
Note: See TracChangeset
for help on using the changeset viewer.