Changeset 48655
- Timestamp:
- 07/28/2020 02:19:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r48586 r48655 168 168 public function test_wp_automatic_updates_disabled() { 169 169 if ( ! class_exists( 'WP_Automatic_Updater' ) ) { 170 require_once ABSPATH . 'wp-admin/includes/class-wp-automatic-update s.php';170 require_once ABSPATH . 'wp-admin/includes/class-wp-automatic-updater.php'; 171 171 } 172 172
Note: See TracChangeset
for help on using the changeset viewer.