Making WordPress.org

Changeset 1943


Ignore:
Timestamp:
10/06/2015 03:47:20 PM (9 years ago)
Author:
ocean90
Message:

Rosetta Roles: Ignore the "Waiting" project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/rosetta-roles.php

    r1942 r1943  
    616616        }
    617617
     618        $ignore_project_ids = array(
     619            2804, // Waiting
     620        );
     621
    618622        $_projects = $wpdb->get_results( "
    619623            SELECT id, name, parent_project_id
    620624            FROM translate_projects
     625            WHERE id NOT IN( " . implode( ',', $project_ids ) . " )
    621626            ORDER BY id ASC
    622627        " );
Note: See TracChangeset for help on using the changeset viewer.