Making WordPress.org

Changeset 2380


Ignore:
Timestamp:
01/27/2016 02:17:31 PM (9 years ago)
Author:
ocean90
Message:

Slack: Send commits to multisite files to #core-multisite.

File:
1 edited

Legend:

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

    r2151 r2380  
    1818     */
    1919    protected $commit_path_filters = array(
    20         'wp-content/themes'       => array( '#core-themes' => true, '#core' => false ),
    21         'customize'               => '#core-customize',
    22         'editor-expand.js'        => '#core-editor',
    23         'wp-admin/css/edit.css'   => '#core-editor',
    24         'wp-admin/css/editor.css' => '#core-editor',
    25         'press-this.php'          => '#core-pressthis',
     20        'wp-content/themes'         => array( '#core-themes' => true, '#core' => false ),
     21        'customize'                 => '#core-customize',
     22        'editor-expand.js'          => '#core-editor',
     23        'wp-admin/css/edit.css'     => '#core-editor',
     24        'wp-admin/css/editor.css'   => '#core-editor',
     25        'press-this.php'            => '#core-pressthis',
     26        '#wp-(admin|includes)/ms-#' => '#core-multisite',
     27        'wp-admin/network'          => '#core-multisite',
    2628    );
    2729
Note: See TracChangeset for help on using the changeset viewer.