Changeset 1944
- Timestamp:
- 10/06/2015 04:07:28 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
r1943 r1944 623 623 SELECT id, name, parent_project_id 624 624 FROM translate_projects 625 WHERE id NOT IN( " . implode( ',', $ project_ids ) . " )625 WHERE id NOT IN( " . implode( ',', $ignore_project_ids ) . " ) 626 626 ORDER BY id ASC 627 627 " );
Note: See TracChangeset
for help on using the changeset viewer.