Make WordPress Core

Ticket #52347: 52347.diff

File 52347.diff, 2.0 KB (added by SergeyBiryukov, 4 years ago)
  • src/wp-admin/about.php

     
    112112                                </p>
    113113                                <p>
    114114                                        <?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.' );
    116116                                        ?>
    117117                                </p>
    118118                        </div>
     
    193193                                <h3><?php _e( 'New Robots API' ); ?></h3>
    194194                                <p>
    195195                                        <?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 blog is 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.' )
    197197                                        ?>
    198198                                </p>
    199199                        </div>
     
    200200                        <div class="column">
    201201                                <h3><?php _e( 'Ongoing cleanup after update to jQuery 3.5.1' ); ?></h3>
    202202                                <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>
    204204                                <h3><?php _e( 'Lazy-load your iframes' ); ?></h3>
    205205                                <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>
    206206                        </div>