Making WordPress.org

Changeset 9530


Ignore:
Timestamp:
02/21/2020 05:14:37 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Props garrett-eclipse.
See #4747.

File:
1 edited

Legend:

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

    r9529 r9530  
    136136    if ( 'accessibility' === $parent_channel ) {
    137137        $parent_channel = 'core';
     138    } elseif ( 'design' === $parent_channel ) {
     139        $parent_channel = 'core';
    138140    } elseif ( 'feature' === $parent_channel ) {
    139141        $parent_channel = 'core';
Note: See TracChangeset for help on using the changeset viewer.