Changeset 50036
- Timestamp:
- 01/27/2021 11:30:06 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r49292 r50036 91 91 */ 92 92 public function test_wp_version_check_attached() { 93 if ( ! has_filter( 'wp_version_check', 'wp_version_check' ) ) {93 if ( ( ! is_multisite() || ( is_main_site() && is_network_admin() ) ) && ! has_filter( 'wp_version_check', 'wp_version_check' ) ) { 94 94 return array( 95 95 'description' => sprintf(
Note: See TracChangeset
for help on using the changeset viewer.