Changeset 2954 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/locale.php
- Timestamp:
- 04/14/2016 04:14:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/locale.php
r2866 r2954 323 323 SELECT id 324 324 FROM {$wpdb->gp_projects} 325 WHERE parent_project_id = %d 325 WHERE 326 parent_project_id = %d 327 active = 1 326 328 ", $project->id ) ); 327 329 … … 499 501 WHERE 500 502 parent_project_id = %d AND 501 active = 1503 AND active = 1 502 504 ORDER BY id ASC 503 505 ", $project->id );
Note: See TracChangeset
for help on using the changeset viewer.