Making WordPress.org


Ignore:
Timestamp:
05/03/2016 11:07:52 AM (8 years ago)
Author:
ocean90
Message:

Slack: Pipe new tickets for the "Networks and Sites" component or with the "multisite" focus to #core-multisite.

See https://wordpress.slack.com/archives/core-multisite/p1461777165000366.

File:
1 edited

Legend:

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

    r3064 r3065  
    3737     */
    3838    protected $ticket_component_filters = array(
    39         'Bundled Theme' => array( '#core-themes' => true, '#core' => false ),
    40         'Customize'     => '#core-customize',
    41         'Press This'    => '#core-pressthis',
     39        'Bundled Theme'      => array( '#core-themes' => true, '#core' => false ),
     40        'Customize'          => '#core-customize',
     41        'Press This'         => '#core-pressthis',
     42        'multisite'          => '#core-multisite',
     43        'Networks and Sites' => '#core-multisite',
    4244    );
    4345}
Note: See TracChangeset for help on using the changeset viewer.