Making WordPress.org

Ticket #6519: 6519.diff

File 6519.diff, 1.9 KB (added by peterwilsoncc, 2 years ago)
  • sites/trunk/common/includes/slack/announce/config.php

     
    126126                        'welcher',
    127127                        'whitneyyadrich', // @Whitney on Slack
    128128                ) ),
    129                 'core-auto-updates' => array_merge( get_committers(), array(
     129                'core-upgrade-install' => array_merge( get_committers(), array(
    130130                        'afragen',
    131131                        'audrasjb',
    132132                        'costdev',
  • sites/trunk/common/includes/slack/trac/config.php

     
    3737                '#wp-includes/.*(image|media)\b#'  => '#core-media',
    3838                '#wp-admin/.*(privacy|personal)#'  => '#core-privacy',
    3939                '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 ],
    4242                'application-passwords'            => '#core-passwords',
    4343                'auth-app'                         => '#core-passwords',
    4444        );
     
    6565                'privacy'                => '#core-privacy',
    6666                'Site Health'            => '#core-site-health',
    6767                'Sitemaps'               => '#core-sitemaps',
    68                 'Upgrade/Install'        => [ '#core' => true, '#core-auto-updates' => true ],
     68                'Upgrade/Install'        => [ '#core' => true, '#core-upgrade-install' => true ],
    6969                'Application Passwords'  => [ '#core-passwords' => true, '#core-restapi' => true ],
    7070                'Login and Registration' => '#core-passwords',
    7171        );