Ticket #52347: 52347.diff
File 52347.diff, 2.0 KB (added by , 4 years ago) |
---|
-
src/wp-admin/about.php
112 112 </p> 113 113 <p> 114 114 <?php 115 _e( '<strong>Social Icons block:</strong> you can now change the size of the icons in the Social Icons block.' );115 _e( '<strong>Social Icons block:</strong> now you can change the size of the icons.' ); 116 116 ?> 117 117 </p> 118 118 </div> … … 193 193 <h3><?php _e( 'New Robots API' ); ?></h3> 194 194 <p> 195 195 <?php 196 _e( 'The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the directive <code>max-image-preview: large</code> by default. That means search engines can show bigger image previews (unless the blogis marked as not public), which can boost your traffic.' )196 _e( 'The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the <code>max-image-preview: large</code> directive by default. That means search engines can show bigger image previews (unless the site is marked as not public), which can boost your traffic.' ) 197 197 ?> 198 198 </p> 199 199 </div> … … 200 200 <div class="column"> 201 201 <h3><?php _e( 'Ongoing cleanup after update to jQuery 3.5.1' ); ?></h3> 202 202 <p><?php _e( 'For years jQuery helped make things move on the screen in ways the basic tools couldn’t—but that keeps changing, and so does jQuery.' ); ?></p> 203 <p><?php _e( ' One side effect: it generated a set of cryptic messages on the dashboard that informed only developers. In 5.7, you will get far fewer of those messages, and they will be in plain language.' ); ?></p>203 <p><?php _e( 'In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.' ); ?></p> 204 204 <h3><?php _e( 'Lazy-load your iframes' ); ?></h3> 205 205 <p><?php _e( 'Now it’s simple to let iframes lazy-load. Just add the <code>loading="lazy"</code> attribute to iframe tags on the front end.' ); ?></p> 206 206 </div>