Making WordPress.org


Ignore:
Timestamp:
10/20/2016 04:19:40 AM (8 years ago)
Author:
pento
Message:

Slack: When piping commit messages into channels, re-enable core themes being sent to #core, originally disable in [1121].

File:
1 edited

Legend:

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

    r4029 r4277  
    1818     */
    1919    protected $commit_path_filters = array(
    20         'wp-content/themes'                => array( '#core-themes' => true, '#core' => false ),
     20        'wp-content/themes'                => '#core-themes',
    2121        'customize'                        => '#core-customize',
    2222        'editor-expand.js'                 => '#core-editor',
     
    3838     */
    3939    protected $ticket_component_filters = array(
    40         'Bundled Theme'      => array( '#core-themes' => true, '#core' => false ),
     40        'Bundled Theme'      => '#core-themes',
    4141        'Customize'          => '#core-customize',
    4242        'Press This'         => '#core-pressthis',
Note: See TracChangeset for help on using the changeset viewer.