Opened 2 years ago

Closed 2 years ago

#15525 closed defect (bug) (fixed)

Use network/update-core.php and redirect to /network/ if it's necessary

Reported by: ocean90 Owned by: ocean90
Priority: normal Milestone: 3.1
Component: Network Admin Version: 3.1
Severity: normal Keywords:
Cc:

Description

Title is enough.

Attachments (4)

15525.2.patch (6.2 KB) - added by ocean90 2 years ago.
15525.patch (3.4 KB) - added by ocean90 2 years ago.
Refreshed, only /network/update-core.php fix
15525.3.patch (8.3 KB) - added by ocean90 2 years ago.
15525.4.patch (1.1 KB) - added by PeteMall 2 years ago.
Hide tabs on site admin themes page for multisite/

Download all attachments as: .zip

Change History (14)

That looks good.

Thinking we should do an audit for files that should redirect to /network/ when running multisite. Otherwise is_network_admin() would return false and plugins (and potentially core) may get confused.

This file would be one of them. It's a simple is_multisite() && ! is_network_admin() check.

  • Component changed from Upgrade/Install to Network Admin
  • Owner set to ocean90
  • Status changed from new to accepted
  • Summary changed from Use network/update-core.php in Multisite to Use network/update-core.php and redirect to /network/ if it's necessary

ocean902 years ago

15525.2.patch is a first pass for nacin's point. PeteMall is also working on it, maybe he has a better idea.

ocean902 years ago

Refreshed, only /network/update-core.php fix

Original patch still looks good. Just need to exit after the wp_redirect calls.

ocean902 years ago

15525.3.patch includes the redirection, the link change to network/update-core.php and removes the editor links from the site admin menu if it's multisite.

(In [16747]) Link to network/update-core when running multisite. Remove theme/plugin editors from blog menu when running multisite. Redirect to network/* when accessing theme/plugin-install/editor. props ocean90, see #15525.

  • Resolution set to fixed
  • Status changed from accepted to closed
  • Resolution fixed deleted
  • Status changed from closed to reopened

Tabs should not be shown on the themes page for multisite installs.

Hide tabs on site admin themes page for multisite/

(In [16754]) Hide tabs on site admin themes screen for multisite. See #15525

  • Keywords has-patch removed
  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.