Ticket #46057: 46057.diff
File 46057.diff, 2.4 KB (added by , 6 years ago) |
---|
-
src/wp-admin/about.php
425 425 <div class="col"> 426 426 <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> 427 427 <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 “Install Now” button next to “Classic Editor”. After the plugin finishes installing, click “Activate”. 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 youcontinue 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> 429 429 <?php if ( current_user_can( 'install_plugins' ) ) { ?> 430 430 <div class="col cta"> 431 431 <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
1630 1630 <p><?php echo $msg; ?></p> 1631 1631 1632 1632 <h3><?php _e( 'What is PHP and how does it affect my site?' ); ?></h3> 1633 <p><?php _e( 'PHP is the programming language we useto 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> 1634 1634 1635 1635 <p class="button-container"> 1636 1636 <?php