[wp-trac] [WordPress Trac] #49340: Remove obsolete 'plugin_slugs' transient from WP_Plugins_List_Table::prepare_items()
WordPress Trac
noreply at wordpress.org
Sun Feb 2 15:48:49 UTC 2020
#49340: Remove obsolete 'plugin_slugs' transient from
WP_Plugins_List_Table::prepare_items()
--------------------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner: SergeyBiryukov
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.4
Component: Plugins | Version:
Severity: normal | Resolution: fixed
Keywords: good-first-bug has-patch | Focuses: administration
--------------------------------------+-----------------------------
Changes (by SergeyBiryukov):
* owner: (none) => SergeyBiryukov
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"47167" 47167]:
{{{
#!CommitTicketReference repository="" revision="47167"
Plugins: Remove obsolete `plugin_slugs` transient from
`WP_Plugins_List_Table::prepare_items()`.
The transient is only used in the `wp_dashboard_plugins_output()`
function, which is deprecated and unused since [40607].
The function itself also sets the same transient, so it can be removed
from `WP_Plugins_List_Table`.
Props aftabmuni.
Fixes #49340.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49340#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list