- Timestamp:
- 11/10/2015 11:55:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-stats-overview.php
r2065 r2071 114 114 } 115 115 unset( $locale, $sets ); 116 117 // Sort by Percent Complete, secondly by Slug116 117 // Sort by translation completeness, least number of waiting strings, and locale slug. 118 118 uksort( $translation_locale_complete, function ( $a, $b ) use ( $translation_locale_complete, $translation_locale_statuses ) { 119 119 if ( $translation_locale_complete[ $a ] < $translation_locale_complete[ $b ] ) {
Note: See TracChangeset
for help on using the changeset viewer.