[wp-trac] [WordPress Trac] #55389: Move the introduction text from install_dashboard() to display_plugins_table()
WordPress Trac
noreply at wordpress.org
Mon Mar 14 18:27:00 UTC 2022
#55389: Move the introduction text from install_dashboard() to
display_plugins_table()
----------------------------+----------------------------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.0
Component: Plugins | Version:
Severity: trivial | Keywords: needs-patch good-first-bug
Focuses: administration |
----------------------------+----------------------------------------
`install_dashboard()` starts with this text for the Featured tab of Add
Plugins screen:
> Plugins extend and expand the functionality of WordPress. You may
automatically install plugins from the WordPress Plugin Directory or
upload a plugin in .zip format by clicking the button at the top of this
page.
Some similar sentences are also found in the `display_plugins_table()`
function:
* For the Recommended tab: "These suggestions are based on the plugins you
and other users have installed".
* For the Beta Testing tab: "You are using a development version of
WordPress. These feature plugins are also under development".
To have these introductions in a single place, the first one should be
moved to `display_plugins_table()` as well for consistency.
Some history here: [9141], [30889], [36297].
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55389>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list