Changeset 43922
- Timestamp:
- 11/21/2018 04:59:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/about.php
r43921 r43922 60 60 61 61 <div class="full-width"> 62 <img src="https://wordpress.org/gutenberg/files/2018/11/ gutenberg-sketch.png" alt="">62 <img src="https://wordpress.org/gutenberg/files/2018/11/Gutenberg-3.png" alt=""> 63 63 </div> 64 64 … … 309 309 310 310 <div class="full-width"> 311 <img src="https://wordpress.org/gutenberg/files/2018/11/ classic.png" alt="">311 <img src="https://wordpress.org/gutenberg/files/2018/11/Classic-2.png" alt=""> 312 312 </div> 313 313 … … 316 316 <p><?php _e( 'Prefer to stick with the familiar Classic Editor? No problem! Support for the Classic Editor plugin will remain in WordPress until 2021.' ); ?></p> 317 317 <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> 318 <p>< em><?php _e( 'Note to users of assistive technology: if you experience usability issues with Gutenberg, we recommend you continue to use the Classic Editor.' ); ?></em></p>318 <p><?php _e( 'Note to users of assistive technology: if you experience usability issues with Gutenberg, we recommend you continue to use the Classic Editor.' ); ?></p> 319 319 <div class="col cta"> 320 320 <a class="button button-primary button-hero" href="<?php echo esc_url( self_admin_url( 'plugin-install.php?tab=featured' ) ); ?>"><?php _e( 'Install the Classic Editor' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.