Opened 6 years ago
Closed 6 years ago
#49340 closed defect (bug) (fixed)
Remove obsolete 'plugin_slugs' transient from WP_Plugins_List_Table::prepare_items()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Plugins | Keywords: | good-first-bug has-patch |
| Focuses: | administration | Cc: |
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.
Removed obsolete 'plugin_slugs' transient.