Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #47084, comment 4


Ignore:
Timestamp:
04/30/2019 11:37:50 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47084, comment 4

    v2 v3  
    1111
    1212This shows an incorrect "A plugin has prevented updates by disabling wp_version_check()" when testing if auto updates work.
     13
     14Edit: Actually an `is_main_site()` is enough as it always returns true on single installs.