Making WordPress.org

Ticket #4747: 4747.tide.diff

File 4747.tide.diff, 553 bytes (added by garrett-eclipse, 5 years ago)

The following patch introduces tide to the /here announcements to #core

  • common/includes/slack/announce/lib.php

     
    137137                $parent_channel = 'core';
    138138        } elseif ( 'design' === $parent_channel ) {
    139139                $parent_channel = 'core';
     140        } elseif ( 'tide' === $parent_channel ) {
     141                $parent_channel = 'core';
    140142        } elseif ( 'feature' === $parent_channel ) {
    141143                $parent_channel = 'core';
    142144        } elseif ( 'community' === $parent_channel ) {