Make WordPress Core

Changeset 55197

Timestamp:
02/02/2023 09:48:11 PM (18 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r53840 r55197  
    396396            printf(
    397397                /* translators: %s: https://wordpress.org/plugins/ */
    398                 '<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>',
     398                '<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>',
    399399                __( 'https://wordpress.org/plugins/' )
    400400            );
Note: See TracChangeset for help on using the changeset viewer.