Make WordPress Core

Ticket #57155: 57155.diff

File 57155.diff, 976 bytes (added by ryokuhi, 3 years ago)

First attempt at new rephrasing

  • src/wp-admin/includes/plugin-install.php

    diff --git a/src/wp-admin/includes/plugin-install.php b/src/wp-admin/includes/plugin-install.php
    index 61bc77fb7e..17428666a7 100644
    a b function display_plugins_table() { 
    395395                case 'install_plugins_featured':
    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 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>',
    399399                                __( 'https://wordpress.org/plugins/' )
    400400                        );
    401401                        break;