Making WordPress.org

Changeset 1666


Ignore:
Timestamp:
06/16/2015 09:01:40 PM (11 years ago)
Author:
kovshenin
Message:

WordCamp.org: Add trustedduputy to the list of users allowed to create new WordCamp sites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php

    r1664 r1666  
    164164
    165165        $user = get_user_by( 'id', $user_id );
    166         $trusted_deputies = array( 'brandondove', 'kcristiano' );
     166        $trusted_deputies = array(
     167                'brandondove',
     168                'kcristiano',
     169                'trustedduputy',
     170        );
    167171
    168172        if ( is_a( $user, 'WP_User' ) && in_array( $user->user_login, $trusted_deputies ) ) {
Note: See TracChangeset for help on using the changeset viewer.