Changeset 9907
- Timestamp:
- 05/24/2020 05:23:06 PM (4 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
r9905 r9907 218 218 $sql_project_ids = implode( ', ', array_map( 'intval', array_keys( $project_ids ) ) ); 219 219 $stats = $wpdb->get_results( $wpdb->prepare( 220 "SELECT `project_id`, `all`, `current`, `waiting`, ` untranslated`220 "SELECT `project_id`, `all`, `current`, `waiting`, `fuzzy`, `untranslated` 221 221 FROM {$wpdb->project_translation_status} 222 222 WHERE project_id IN ($sql_project_ids)
Note: See TracChangeset
for help on using the changeset viewer.