Changeset 6690
- Timestamp:
- 02/18/2018 04:51:59 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-wp-directory.php
r3002 r6690 11 11 12 12 /** 13 * Prints stats about contributors of a specific project.13 * Retrieves stats about contributors of a specific project. 14 14 * 15 15 * @param GP_Project $project The project. … … 30 30 `user_id`, `locale` 31 31 FROM {$wpdb->wporg_translation_editors} 32 WHERE `project_id` = %d 32 WHERE `project_id` = %d AND `locale` != 'all-locales' 33 33 ", $project->id ), OBJECT ); 34 34
Note: See TracChangeset
for help on using the changeset viewer.