Changeset 2071
- Timestamp:
- 11/10/2015 11:55:35 PM (9 years ago)
- Location:
- sites/trunk/translate.wordpress.org/includes/gp-plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/wp-plugins.php
r2069 r2071 65 65 unset( $locale, $sets ); 66 66 67 // Sort by Percent Complete, secondly by Slug67 // Sort by translation completeness, least number of waiting strings, and locale slug. 68 68 uksort( $translation_locale_complete, function ( $a, $b ) use ( $translation_locale_complete, $translation_locale_statuses ) { 69 69 if ( $translation_locale_complete[ $a ] > $translation_locale_complete[ $b ] ) { -
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.