#46616 closed defect (bug) (fixed)
Site Health: false positive on Background Updates check
Reported by: | audrasjb | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Site Health | Keywords: | has-screenshots has-patch site-health commit |
Focuses: | Cc: |
Description
It appears there is a false positive on test_wp_version_check_attached
function.
WP auto updates are enabled on my local install, and I have this message:
A plugin has prevented updates by disabling wp_version_check().
Maybe related to #46615, but still a false positive.
Attachments (2)
Change History (12)
#2
@
6 years ago
Ahh yes, I see why this is happening, not related to #46615 it's just got to do with a missing load order since it's in wp-admin and not a plugin now, changing the update check URL to request data from wp-admin/site-health.php
will likely solve this, I'll get it sorted today along with some other task stuff on the original ticket at #46573
#3
@
6 years ago
- Keywords has-patch added
46616.patch makes the check for the wp_version_check
filter check the wp-admin/site-health.php
page, instead of just the dashboard, and we test to see if we are checking for this filter in that file.
#5
@
6 years ago
Hi @Clorith
Ok I see the missing load order, thanks for the explanation :)
I tested the patch and it works fine on my side, thanks!
Pinging @Clorith