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() { |
476 | 476 | 'courane01', // @Courtney on Slack |
477 | 477 | 'estelaris', |
478 | 478 | ), |
479 | | 'themereview' => array( |
| 479 | 'themes' => array( |
480 | 480 | 'acalfieri', |
481 | 481 | 'acosmin', |
482 | 482 | 'aristath', |
diff --git a/common/includes/slack/trac/bot.php b/common/includes/slack/trac/bot.php
index 920d7b312..91371b628 100644
a
|
b
|
class Bot { |
6 | 6 | const default_trac = 'core'; |
7 | 7 | |
8 | 8 | 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, |
15 | 15 | ); |
16 | 16 | |
17 | 17 | // Channels that are primarily GitHub issues, where digit-only tickets should not be expanded. |
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 { |
101 | 101 | 'wordcamp.org/' => '#meta-wordcamp', |
102 | 102 | 'wporg-photos/' => [ '#meta' => true, '#photos' => true ], |
103 | 103 | '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 ], |
107 | 107 | 'wporg-plugins/' => [ '#meta' => true, '#pluginreview' => true ], |
108 | 108 | 'wporg-plugins-2024/' => [ '#meta' => true, '#pluginreview' => true ], |
109 | 109 | 'plugin-directory/' => [ '#meta' => true, '#pluginreview' => true ], |
… |
… |
class Meta extends Trac { |
122 | 122 | 'WordPress.tv' => '#wptv', |
123 | 123 | 'WordCamp Site & Plugins' => '#meta-wordcamp', |
124 | 124 | 'HelpHub' => '#meta-helphub', |
125 | | 'Theme Review' => '#themereview', |
| 125 | 'Theme Review' => '#themes', |
126 | 126 | 'Photo Directory' => [ '#meta' => true, '#photos' => true ], |
127 | | 'Theme Directory' => [ '#meta' => true, '#themereview' => true ], |
| 127 | 'Theme Directory' => [ '#meta' => true, '#themes' => true ], |
128 | 128 | 'Plugin Directory' => [ '#meta' => true, '#pluginreview' => true ], |
129 | 129 | 'Support Forums' => [ '#meta' => true, '#forums' => true ], |
130 | 130 | ); |
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 |
1643 | 1643 | <https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/> |
1644 | 1644 | |
1645 | 1645 | ** Questions? ** |
1646 | | If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themereview channel. |
| 1646 | If you have questions you can ask the reviewer in the ticket or chat with us on Slack in the #themes channel. |
1647 | 1647 | <https://chat.wordpress.org/> |
1648 | 1648 | |
1649 | 1649 | Subscribe to the Themes Team blog to stay up to date with the latest requirements and the ongoing work to improve the review process: |