Opened 7 years ago
Closed 7 years ago
#49340 closed defect (bug) (fixed)
Remove obsolete 'plugin_slugs' transient from WP_Plugins_List_Table::prepare_items()
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4 |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | administration |
Description
WP_Plugins_List_Table::prepare_items() sets the plugin_slugs transient.
However, that transient is only used in the wp_dashboard_plugins_output() function, which is deprecated and unused since [40607] / #40702. It does not affect anything else.
The function itself also sets the same transient, so it can be removed from WP_Plugins_List_Table.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Removed obsolete 'plugin_slugs' transient.