Making WordPress.org

Changeset 14052


Ignore:
Timestamp:
09/16/2024 02:17:26 AM (8 months ago)
Author:
dd32
Message:

Slack: Rename #themereview to #themes, #themereview-firehose to #themes-review-firehose

Props desrosj.
Fixes #7729.

Location:
sites/trunk
Files:
4 edited

Legend:

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

    r14011 r14052  
    486486            'yellowlime', // @Thijs Buijs on Slack
    487487        ),
    488         'themereview' => array(
     488        'themes' => array(
    489489            'acalfieri',
    490490            'acosmin',
  • sites/trunk/common/includes/slack/trac/bot.php

    r11099 r14052  
    77
    88    static private $default_tracs = array(
    9         '#themereview'  => 'themes',
    10         '#bbpress'      => 'bbpress',
    11         '#buddypress'   => 'buddypress',
    12         '#glotpress'    => 'glotpress',
    13         '#meta'         => 'meta',
    14         '#outreach'     => false,
     9        '#themes'     => 'themes',
     10        '#bbpress'    => 'bbpress',
     11        '#buddypress' => 'buddypress',
     12        '#glotpress'  => 'glotpress',
     13        '#meta'       => 'meta',
     14        '#outreach'   => false,
    1515    );
    1616
  • sites/trunk/common/includes/slack/trac/config.php

    r13667 r14052  
    102102        'wporg-photos/'                         => [ '#meta' => true, '#photos' => true ],
    103103        'photo-directory/'                      => [ '#meta' => true, '#photos' => true ],
    104         'wporg-themes/'                         => [ '#meta' => true, '#themereview' => true ],
    105         'theme-directory/'                      => [ '#meta' => true, '#themereview' => true ],
    106         'wp-themes.com/'                        => [ '#meta' => true, '#themereview' => true ],
     104        'wporg-themes/'                         => [ '#meta' => true, '#themes' => true ],
     105        'theme-directory/'                      => [ '#meta' => true, '#themes' => true ],
     106        'wp-themes.com/'                        => [ '#meta' => true, '#themes' => true ],
    107107        'wporg-plugins/'                        => [ '#meta' => true, '#pluginreview' => true ],
    108108        'wporg-plugins-2024/'                   => [ '#meta' => true, '#pluginreview' => true ],
     
    123123        'WordCamp Site & Plugins'       => '#meta-wordcamp',
    124124        'HelpHub'                       => '#meta-helphub',
    125         'Theme Review'                  => '#themereview',
     125        'Theme Review'                  => '#themes',
    126126        'Photo Directory'               => [ '#meta' => true, '#photos' => true ],
    127         'Theme Directory'               => [ '#meta' => true, '#themereview' => true ],
     127        'Theme Directory'               => [ '#meta' => true, '#themes' => true ],
    128128        'Plugin Directory'              => [ '#meta' => true, '#pluginreview' => true ],
    129129        'Support Forums'                => [ '#meta' => true, '#forums' => true ],
     
    200200
    201201class Themes extends Trac {
     202    protected $firehose_channel = '#themes-review-firehose';
    202203}
    203204
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    r13916 r14052  
    16441644
    16451645** Questions? **
    1646 If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themereview channel.
     1646If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themes channel.
    16471647<https://chat.wordpress.org/>
    16481648
Note: See TracChangeset for help on using the changeset viewer.