Opened 3 years ago
Closed 3 years ago
#55389 closed enhancement (fixed)
Move the introduction text from install_dashboard() to display_plugins_table()
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Plugins | Keywords: | good-first-bug has-patch |
Focuses: | administration | Cc: |
Description
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.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Created a patch