Changeset 2071 for sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/wp-plugins.php
- Timestamp:
- 11/10/2015 11:55:35 PM (10 years ago)
- File:
-
- 1 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 ] ) {
Note: See TracChangeset
for help on using the changeset viewer.