Changeset 1943
- Timestamp:
- 10/06/2015 03:47:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php
r1942 r1943 616 616 } 617 617 618 $ignore_project_ids = array( 619 2804, // Waiting 620 ); 621 618 622 $_projects = $wpdb->get_results( " 619 623 SELECT id, name, parent_project_id 620 624 FROM translate_projects 625 WHERE id NOT IN( " . implode( ',', $project_ids ) . " ) 621 626 ORDER BY id ASC 622 627 " );
Note: See TracChangeset
for help on using the changeset viewer.