mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-02 12:42:44 +00:00
Plugins: Rephrase Add Plugins screen description for better clarity.
This changeset rephrases the Add Plugins screen description to clarify the purpose of the two available options for installing plugins. Props tahmidulkarim, audrasjb, costdev, ryokuhi, krupalpanchal, SergeyBiryukov. Fixes #57155. git-svn-id: https://develop.svn.wordpress.org/trunk@55197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
522c6b83d1
commit
95503d5abc
@ -395,7 +395,7 @@ function display_plugins_table() {
|
||||
case 'install_plugins_featured':
|
||||
printf(
|
||||
/* translators: %s: https://wordpress.org/plugins/ */
|
||||
'<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%s">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>',
|
||||
'<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins in the <a href="%s">WordPress Plugin Directory</a> right from here, or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>',
|
||||
__( 'https://wordpress.org/plugins/' )
|
||||
);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user