Opened 13 months ago
Last modified 13 months ago
#20468 new enhancement
Recently active network plugins
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Network Admin | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: | bananastalktome@… |
Description
There's no 'Recently Active' list on the Plugins screen in Network Admin. This should be simple enough to add in.
Change History (2)
Note: See
TracTickets for help on using
tickets.

I think this is because the *_option functions are being used for the 'recently_activated' option, which is causing plugins activated through the network plugins screen to appear in the primary site admin plugins screen as 'Recently Active' rather than in the network admin plugins screen. Since the same file (wp-admin/plugins.php) is used for both network admin & individual site admin plugin pages, it might mean using the *_site_option functions if is_network_admin().
I can try and patch if this sounds like the right approach...thoughts?