Making WordPress.org

Ticket #7729: 7729.diff

File 7729.diff, 4.2 KB (added by desrosj, 6 months ago)
  • common/includes/slack/announce/config.php

    diff --git a/common/includes/slack/announce/config.php b/common/includes/slack/announce/config.php
    index 17b02f6fe..46c0442d3 100644
    a b function get_whitelist() { 
    476476                        'courane01', // @Courtney on Slack
    477477                        'estelaris',
    478478                ),
    479                 'themereview' => array(
     479                'themes' => array(
    480480                        'acalfieri',
    481481                        'acosmin',
    482482                        'aristath',
  • common/includes/slack/trac/bot.php

    diff --git a/common/includes/slack/trac/bot.php b/common/includes/slack/trac/bot.php
    index 920d7b312..91371b628 100644
    a b class Bot { 
    66        const default_trac = 'core';
    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
    1717        // Channels that are primarily GitHub issues, where digit-only tickets should not be expanded.
  • common/includes/slack/trac/config.php

    diff --git a/common/includes/slack/trac/config.php b/common/includes/slack/trac/config.php
    index 181c499a1..047400521 100644
    a b class Meta extends Trac { 
    101101                'wordcamp.org/'                         => '#meta-wordcamp',
    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 ],
    109109                'plugin-directory/'                     => [ '#meta' => true, '#pluginreview' => true ],
    class Meta extends Trac { 
    122122                'WordPress.tv'                  => '#wptv',
    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 ],
    130130        );
  • wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    diff --git a/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php b/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
    index 84020f16e..f3592e993 100644
    a b You can help speed up the process by making sure that your theme follows all of 
    16431643<https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/>
    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
    16491649Subscribe to the Themes Team blog to stay up to date with the latest requirements and the ongoing work to improve the review process: