Changeset 2380
- Timestamp:
- 01/27/2016 02:17:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/config.php
r2151 r2380 18 18 */ 19 19 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', 26 28 ); 27 29
Note: See TracChangeset
for help on using the changeset viewer.