Changeset 14052
- Timestamp:
- 09/16/2024 02:17:26 AM (8 months ago)
- Location:
- sites/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/config.php
r14011 r14052 486 486 'yellowlime', // @Thijs Buijs on Slack 487 487 ), 488 'theme review' => array(488 'themes' => array( 489 489 'acalfieri', 490 490 'acosmin', -
sites/trunk/common/includes/slack/trac/bot.php
r11099 r14052 7 7 8 8 static private $default_tracs = array( 9 '#theme review'=> 'themes',10 '#bbpress' 11 '#buddypress' 12 '#glotpress' 13 '#meta' 14 '#outreach' 9 '#themes' => 'themes', 10 '#bbpress' => 'bbpress', 11 '#buddypress' => 'buddypress', 12 '#glotpress' => 'glotpress', 13 '#meta' => 'meta', 14 '#outreach' => false, 15 15 ); 16 16 -
sites/trunk/common/includes/slack/trac/config.php
r13667 r14052 102 102 'wporg-photos/' => [ '#meta' => true, '#photos' => true ], 103 103 'photo-directory/' => [ '#meta' => true, '#photos' => true ], 104 'wporg-themes/' => [ '#meta' => true, '#theme review' => true ],105 'theme-directory/' => [ '#meta' => true, '#theme review' => true ],106 'wp-themes.com/' => [ '#meta' => true, '#theme review' => 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 ], … … 123 123 'WordCamp Site & Plugins' => '#meta-wordcamp', 124 124 'HelpHub' => '#meta-helphub', 125 'Theme Review' => '#theme review',125 'Theme Review' => '#themes', 126 126 'Photo Directory' => [ '#meta' => true, '#photos' => true ], 127 'Theme Directory' => [ '#meta' => true, '#theme review' => true ],127 'Theme Directory' => [ '#meta' => true, '#themes' => true ], 128 128 'Plugin Directory' => [ '#meta' => true, '#pluginreview' => true ], 129 129 'Support Forums' => [ '#meta' => true, '#forums' => true ], … … 200 200 201 201 class Themes extends Trac { 202 protected $firehose_channel = '#themes-review-firehose'; 202 203 } 203 204 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r13916 r14052 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 #theme reviewchannel.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
Note: See TracChangeset
for help on using the changeset viewer.