Changeset 5955
- Timestamp:
- 09/22/2017 12:07:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/routes/class-stats.php
r5937 r5955 82 82 83 83 // Append the Plugins/Themes waiting strings 84 $parent_project_ids = implode(',', array(84 /*$parent_project_ids = implode(',', array( 85 85 GP::$project->by_path( 'wp-plugins' )->id, 86 86 GP::$project->by_path( 'wp-themes' )->id, … … 104 104 105 105 $translation_locale_statuses[ $locale_key ]['waiting'] += (int) $set->waiting_strings; 106 } 106 }*/ 107 107 108 108 // Calculate a list of [Locale] = % subtotals
Note: See TracChangeset
for help on using the changeset viewer.