Making WordPress.org

Changeset 1804


Ignore:
Timestamp:
08/02/2015 09:04:40 AM (11 years ago)
Author:
ocean90
Message:

Trac config: Update channels for Press This and Editor.

File:
1 edited

Legend:

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

    r1803 r1804  
    2020                'wp-content/themes'       => array( '#core-themes' => true, '#core' => false ),
    2121                'customize'               => '#core-customize',
    22                 'editor-expand.js'        => '#feature-focus',
    23                 'wp-admin/css/edit.css'   => '#feature-focus',
    24                 'wp-admin/css/editor.css' => '#feature-focus',
    25                 'press-this.php'          => '#feature-pressthis',
     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',
    2626        );
    2727
     
    3232                'Bundled Theme' => array( '#core-themes' => true, '#core' => false ),
    3333                'Customize'     => '#core-customize',
    34                 'Press This'    => '#feature-pressthis',
     34                'Press This'    => '#core-pressthis',
    3535        );
    3636}
Note: See TracChangeset for help on using the changeset viewer.