- Timestamp:
- 01/21/2015 01:45:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
r1082 r1158 116 116 $translators = array_diff_key( $translators, $validators ); 117 117 118 natcasesort( $validators ); 118 uasort( $validators, function( $a, $b ) { 119 return strnatcasecmp( $a[0], $b[0] ); // Sort by display name. 120 } ); 119 121 natcasesort( $translators ); 120 122
Note: See TracChangeset
for help on using the changeset viewer.