Changeset 50498 for branches/5.7/src/wp-admin/about.php
- Timestamp:
- 03/05/2021 10:40:09 AM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-admin/about.php
r50492 r50498 59 59 <p> 60 60 <?php 61 printf( 62 /* translators: %s: The current WordPress version number. */ 63 __( 'With this new version, the editor cleans up the colors and helps you work in a few places you couldn’t before—at least, not without getting into code or hiring a pro. The controls you use most, like changing type sizes, are in more places—right where you need them. And layout changes that should be simple, like full-height images, get even simpler to make.' ), 64 $display_version 65 ); 61 _e( 'With this new version, WordPress brings you fresh colors. The editor helps you work in a few places you couldn’t before—at least, not without getting into code or hiring a pro. The controls you use most, like changing font sizes, are in more places—right where you need them. And layout changes that should be simple, like full-height images, are even simpler to make.' ); 66 62 ?> 67 63 </p> … … 112 108 <p> 113 109 <?php 114 _e( '<strong>Buttons block:</strong> now you can align the content in buttons vertically. And you can set the width of a button to a preset percentage.' );110 _e( '<strong>Buttons block:</strong> now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.' ); 115 111 ?> 116 112 </p>
Note: See TracChangeset
for help on using the changeset viewer.