Changeset 12102 for sites/trunk/common/includes/slack/trac/config.php
- Timestamp:
- 10/06/2022 01:30:36 AM (3 years ago)
- File:
-
- 1 edited
-
sites/trunk/common/includes/slack/trac/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.