Make WordPress Core

Ticket #46057: 46057.diff

File 46057.diff, 2.4 KB (added by Shital Patel, 6 years ago)

text changed

  • src/wp-admin/about.php

     
    425425                                <div class="col">
    426426                                        <p><?php _e( 'Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress through 2021.' ); ?></p>
    427427                                        <p><?php _e( 'The Classic Editor plugin restores the previous WordPress editor and the Edit Post screen. It lets you keep using plugins that extend it, add old-style meta boxes, or otherwise depend on the previous editor. To install, visit your plugins page and click the &#8220;Install Now&#8221; button next to &#8220;Classic Editor&#8221;. After the plugin finishes installing, click &#8220;Activate&#8221;. That’s it!' ); ?></p>
    428                                         <p><?php _e( 'Note to users of assistive technology: if you experience usability issues with the block editor, we recommend you continue to use the Classic Editor.' ); ?></p>
     428                                        <p><?php _e( 'Note to users of assistive technology: if you experience usability issues with the block editor, you should continue to use the Classic Editor.' ); ?></p>
    429429                                        <?php if ( current_user_can( 'install_plugins' ) ) { ?>
    430430                                                <div class="col cta">
    431431                                                        <a class="button button-primary button-hero" href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'plugin-install.php?tab=favorites&user=wordpressdotorg&save=0' ), 'save_wporg_username_' . get_current_user_id() ) ); ?>"><?php _e( 'Install the Classic Editor' ); ?></a>
  • src/wp-admin/includes/dashboard.php

     
    16301630        <p><?php echo $msg; ?></p>
    16311631
    16321632        <h3><?php _e( 'What is PHP and how does it affect my site?' ); ?></h3>
    1633         <p><?php _e( 'PHP is the programming language we use to build and maintain WordPress. Newer versions of PHP are both faster and more secure, so updating will have a positive effect on your site’s performance.' ); ?></p>
     1633        <p><?php _e( 'PHP is the programming language that’s used to build and maintain WordPress. Newer versions of PHP are both faster and more secure, so updating will have a positive effect on your site’s performance.' ); ?></p>
    16341634
    16351635        <p class="button-container">
    16361636                <?php