Changeset 7615
- Timestamp:
- 08/16/2018 06:37:45 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
r6742 r7615 100 100 $sorts['percent-completed'] = 'Percent Completed (Most first)'; 101 101 $sorts['percent-completed-asc'] = 'Percent Completed (Least first)'; 102 $sorts['completed-asc'] = '100% Translations'; 102 103 103 104 foreach ( $sorts as $value => $text ) { -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-locale.php
r6851 r7615 850 850 $filter_order_by = "( stats.current / stats.all ) $sort_order, tp.name ASC"; 851 851 break; 852 853 case 'completed': 854 $filter_where = 'AND stats.all > 0 AND stats.current = stats.all'; 855 $filter_order_by = "tp.name $sort_order"; 856 break; 857 852 858 } 853 859
Note: See TracChangeset
for help on using the changeset viewer.