Changeset 12102
- Timestamp:
- 10/06/2022 01:30:36 AM (2 years ago)
- Location:
- sites/trunk/common/includes/slack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/config.php
r12046 r12102 127 127 'whitneyyadrich', // @Whitney on Slack 128 128 ) ), 129 'core- auto-updates' => array_merge( get_committers(), array(129 'core-upgrade-install' => array_merge( get_committers(), array( 130 130 'afragen', 131 131 'audrasjb', -
sites/trunk/common/includes/slack/trac/config.php
r11646 r12102 38 38 '#wp-admin/.*(privacy|personal)#' => '#core-privacy', 39 39 'wp-includes/sitemaps' => '#core-sitemaps', 40 '#wp-admin/includes/.*upgrader#' => [ '#core' => true, '#core- auto-updates' => true ],41 '#wp-admin/includes/.*install#' => [ '#core' => true, '#core- auto-updates' => true ],40 '#wp-admin/includes/.*upgrader#' => [ '#core' => true, '#core-upgrade-install' => true ], 41 '#wp-admin/includes/.*install#' => [ '#core' => true, '#core-upgrade-install' => true ], 42 42 'application-passwords' => '#core-passwords', 43 43 'auth-app' => '#core-passwords', … … 66 66 'Site Health' => '#core-site-health', 67 67 'Sitemaps' => '#core-sitemaps', 68 'Upgrade/Install' => [ '#core' => true, '#core- auto-updates' => true ],68 'Upgrade/Install' => [ '#core' => true, '#core-upgrade-install' => true ], 69 69 'Application Passwords' => [ '#core-passwords' => true, '#core-restapi' => true ], 70 70 'Login and Registration' => '#core-passwords',
Note: See TracChangeset
for help on using the changeset viewer.