Changeset 14899
- Timestamp:
- 05/20/2026 08:17:02 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/lib.php
r14878 r14899 306 306 $dont_send_to = [ 307 307 'contributor-mentorship', 308 'wpcredits', 308 309 ]; 309 310 … … 320 321 } 321 322 323 // #wpcredits and #wpcredits-* inherit from #community-team for whitelist 324 // purposes, but their announcements should stay within the wpcredits family. 325 if ( 'community-team' === $parent_channel && str_starts_with( $channel, 'wpcredits' ) ) { 326 continue; 327 } 328 322 329 $send->set_text( 'In #' . $channel . ': ' . $text ); 323 330 $send->send( '#' . $parent_channel );
Note: See TracChangeset
for help on using the changeset viewer.