Changeset 47521 for trunk/src/wp-admin/about.php
- Timestamp:
- 03/27/2020 11:39:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r47500 r47521 21 21 <div class="about__header"> 22 22 <div class="about__header-title"> 23 < h1>23 <p> 24 24 <?php _e( 'WordPress' ); ?> 25 25 <span><?php echo $display_version; ?></span> 26 </ h1>26 </p> 27 27 </div> 28 28 … … 42 42 43 43 <div class="about__section is-feature has-accent-background-color"> 44 <p><?php _e( 'Say hello to more and better.' ); ?></p> 44 <h1><?php _e( 'Say hello to more and better.' ); ?></h1> 45 45 46 <p><?php _e( 'More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.' ); ?></p> 46 47 </div> … … 106 107 <li><?php _e( 'Know at a glance whether you’re in a block’s Edit or Navigation mode. Or, if you have restricted vision, your screen reader will tell you which mode you’re in.' ); ?></li> 107 108 </ul> 108 <p>< em><?php _e( 'Of course, if you want to work with the very latest tools and features, install the <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg plugin</a>. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?></em></p>109 <p><?php _e( 'Of course, if you want to work with the very latest tools and features, install the <a href="https://wordpress.org/plugins/gutenberg/">Gutenberg plugin</a>. You’ll get to be the first to use new and exciting features in the block editor, before anyone else has seen them!' ); ?></p> 109 110 </div> 110 111 <div class="column is-edge-to-edge">
Note: See TracChangeset
for help on using the changeset viewer.