Changeset 9529 for sites/trunk/common/includes/slack/announce/lib.php
- Timestamp:
- 02/21/2020 03:56:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/lib.php
r9222 r9529 134 134 135 135 // 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 ) { 137 139 $parent_channel = 'core'; 138 140 } elseif ( 'community' === $parent_channel ) {
Note: See TracChangeset
for help on using the changeset viewer.