[wp-trac] [WordPress Trac] #47084: Site Health instructs users to remove plugins that are active on other sites in network
WordPress Trac
noreply at wordpress.org
Wed May 1 18:07:54 UTC 2019
#47084: Site Health instructs users to remove plugins that are active on other
sites in network
-------------------------------------+-------------------------------------
Reporter: iandunn | Owner: desrosj
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.2
Component: Administration | Version: trunk
Severity: normal | Resolution: fixed
Keywords: dev-reviewed site- | Focuses: administration,
health commit | multisite
-------------------------------------+-------------------------------------
Changes (by desrosj):
* owner: (none) => desrosj
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"45275" 45275]:
{{{
#!CommitTicketReference repository="" revision="45275"
Site Health: Disable recommendations that could be problematic on
multisite installs.
When viewing Site Health for a multisite install, there are a few
recommendations that are not appropriate and could have negative
implications for other sites on the install if the administrator follows
the advice provided.
For example, Site Health recommends that inactive plugins and themes for a
site should be removed. On a single site install, this is a great
recommendation. However, on a multisite install, inactive plugins and
themes for one site should not be removed because they could be active for
other sites on the network.
This change also disables the `test_wp_version_check_attached()` test for
multisite. This test checks for the presence of the `wp_version_check()`
function on the `wp_version_check` hook, which is not present for every
site on multisite.
Reviewed by jeremyfelt and desrosj.
Props iandunn, Clorith, azaozz, jeremyfelt.
Fixes #47084.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47084#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list