Ticket #49295: 49295.4.diff
File 49295.4.diff, 7.4 KB (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
45 45 <div class="about__section is-feature"> 46 46 <?php _e( 'Say hello to more and better.' ); ?> 47 47 <br /> 48 <?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.' ); ?>48 <?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.' ); ?> 49 49 </div> 50 50 51 51 <div class="about__section is-feature"> … … 65 65 <?php _e( 'More ways to make posts and pages come alive with your best images.' ); ?> 66 66 </p> 67 67 <p> 68 <?php _e( 'More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web ’s top services.' ); ?>68 <?php _e( 'More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.' ); ?> 69 69 </p> 70 70 <p> 71 <?php _e( 'More ways to make your vision real, and put blocks in the perfect place —even if a particular kind of block is new to you. More efficient processes.' ); ?>71 <?php _e( 'More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.' ); ?> 72 72 </p> 73 73 <p> 74 74 <?php _e( 'And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.' ); ?> … … 89 89 <li><?php _e( 'Two brand-new blocks: Social Links and Buttons make adding interactive features fast and easy.' ); ?></li> 90 90 <li><?php _e( 'New ways with color: Gradients in the Buttons and Cover block, toolbar access to color options in Rich Text blocks, and for the first time, color options in the Group and Columns blocks.' ); ?></li> 91 91 <li><?php _e( 'Guess a whole lot less! Version 5.4 streamlines the whole process for placing and replacing multimedia in every block. Now it works the same way in almost every block!' ); ?></li> 92 <li><?php _e( 'And if you ’ve ever thought your image in the Media+Text block should link to something else —perhaps a picture of a brochure should download that brochure as a document? Well, now it can.' ); ?></li>92 <li><?php _e( 'And if you’ve ever thought your image in the Media+Text block should link to something else—perhaps a picture of a brochure should download that brochure as a document? Well, now it can.' ); ?></li> 93 93 </ul> 94 94 </div> 95 95 </div> … … 101 101 <li><?php _e( 'Clearer block navigation with block breadcrumbs. And easier selection once you get there.' ); ?></li> 102 102 <li><?php _e( 'For when you need to navigate with the keyboard, better tabbing and focus. Plus, you can tab over to the sidebar of nearly any block.' ); ?></li> 103 103 <li><?php _e( 'Speed! 14% faster loading of the editor, 51% faster time-to-type!' ); ?></li> 104 <li><?php _e( 'Tips are gone. In their place, a Welcome Guide window you can bring up when you need it —and only when you need it—again and again.' ); ?></li>105 <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>104 <li><?php _e( 'Tips are gone. In their place, a Welcome Guide window you can bring up when you need it—and only when you need it—again and again.' ); ?></li> 105 <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> 106 106 </ul> 107 <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>107 <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> 108 108 </div> 109 109 <div class="column is-edge-to-edge has-accent-background-color"> 110 110 <div class="about__image aligncenter"> … … 124 124 <p><?php _e( '5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.' ); ?></p> 125 125 <p><?php _e( 'Take a look:' ); ?></p> 126 126 <ul> 127 <li><?php _e( ' Personal Data Exports include more useful data about what you’ve done in sessions. Plus, a table of contents!' ); ?></li>128 <li><?php _e( 'See where you are when you use Privacy Tools Tables, whether you’re erasing or exporting.' ); ?></li>129 <li><?php _e( 'Plus, little enhancements throughout give the Privacy tools a little cleaner look. Your eyes will thank you!' ); ?></li>127 <li><?php _e( 'Now personal data exports include users session information and users location data from the community events widget. Plus, a table of contents!' ); ?></li> 128 <li><?php _e( 'See progress as you process export and erasure requests through the privacy tools.' ); ?></li> 129 <li><?php _e( 'Plus, little enhancements throughout give the privacy tools a little cleaner look. Your eyes will thank you!' ); ?></li> 130 130 </ul> 131 131 </div> 132 132 </div> … … 139 139 <div class="column"> 140 140 <h3><?php _e( 'Add custom fields to menu items—natively' ); ?></h3> 141 141 <p> 142 <?php _e( 'Two new actions let you add custom fields to menu items —without a plugin and without writing custom walkers.' ); ?>142 <?php _e( 'Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.' ); ?> 143 143 </p> 144 144 <p> 145 145 <?php … … 160 160 ?> 161 161 </p> 162 162 <p> 163 <?php _e( 'Check your code and see where these new actions can replace your custom code, and if you ’re concerned about duplication, add a check for the WordPress version.' ); ?>163 <?php _e( 'Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.' ); ?> 164 164 </p> 165 165 </div> 166 166 <div class="column"> … … 179 179 <?php 180 180 printf( 181 181 /* translators: %s: WordPress 5.4 Field Guide link. */ 182 __( 'There ’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide.</a>' ),182 __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your on your sites, themes, plugins and more, check the <a href="%s">WordPress 5.4 Field Guide</a>.' ), 183 183 'https://make.wordpress.org/core/?p=80034' 184 184 ); 185 185 ?> 186 186 </p> 187 <p>188 <?php _e( 'Finally, a note about tooling. If you’re a Composer fan, version 5.4 supports this more modern tooling for PHPUnit and external libraries.' ); ?>189 </p>190 187 </div> 191 188 192 189 <hr />