Making WordPress.org


Ignore:
Timestamp:
02/21/2020 03:56:11 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Slack: Broadcast /here messages in #accessibility to #core.

Props afercia.
See #4747.

File:
1 edited

Legend:

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

    r9222 r9529  
    134134
    135135    // Some channels parents are not a 1:1 match.
    136     if ( 'feature' === $parent_channel ) {
     136    if ( 'accessibility' === $parent_channel ) {
     137        $parent_channel = 'core';
     138    } elseif ( 'feature' === $parent_channel ) {
    137139        $parent_channel = 'core';
    138140    } elseif ( 'community' === $parent_channel ) {
Note: See TracChangeset for help on using the changeset viewer.