Making WordPress.org

Changeset 1251


Ignore:
Timestamp:
02/11/2015 10:54:43 AM (10 years ago)
Author:
pento
Message:

Slack: Add new announcers. jjj and netweb in #bbpress, boone, djpaul and jjj in #buddypress.

Props netweb

Fixes #864

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/announce/config.php

    r1246 r1251  
    1414function get_whitelist() {
    1515    return array(
     16        'bbpress' => array(
     17            'jjj',
     18            'netweb',
     19        ),
     20        'buddypress' => array(
     21            'boone',
     22            'djpaul',
     23            'jjj',
     24        ),
    1625        'cli' => array(
    1726            'danielbachhuber',
     
    2130            'drew',
    2231        ),
    23         'core-flow' => array(
     32        'core-flow' => array(
    2433            'drew',
    2534            'boren',
     
    2837            'petya',
    2938        ),
    30         'training' => array(
     39        'training' => array(
    3140            'courtneydawn',
    3241            'liljimmi',
Note: See TracChangeset for help on using the changeset viewer.