Make WordPress Core

Ticket #51028: 51028.patch

File 51028.patch, 2.4 KB (added by mukesh27, 4 years ago)

Initial patch. Remove some empty spaces

  • src/wp-admin/about.php

     
    6666                                <h2><?php _e( 'Speed' ); ?></h2>
    6767                                <p><strong><?php _e( 'Posts and pages feel faster, thanks to lazy-loaded images.' ); ?></strong></p>
    6868                                <p><?php _e( 'Images give your story a lot of impact, but they can sometimes make your site seem slow.' ); ?></p>
    69                                 <p><?php _e( 'In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading.’' ); ?></p>
     69                                <p><?php _e( 'In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading’.' ); ?></p>
    7070                                <p><?php _e( 'On mobile, lazy loading can also keep browsers from loading files meant for other devices. That can save your readers money on data — and help preserve battery life.' ); ?></p>
    7171                        </div>
    7272                </div>
     
    7575                        <div class="column">
    7676                                <h2><?php _ex( 'Search', 'sitemap' ); ?></h2>
    7777                                <p><strong><?php _e( 'Say hello to your new sitemap.' ); ?></strong></p>
    78                                 <p><?php _e( 'WordPress sites work well with search engines. ' ); ?></p>
     78                                <p><?php _e( 'WordPress sites work well with search engines.' ); ?></p>
    7979                                <p><?php _e( 'Now, by default, WordPress 5.5 includes an XML sitemap that helps search engines discover your most important pages from the very minute you go live.' ); ?></p>
    8080                                <p><?php _e( 'So more people will find your site sooner, giving you more time to engage, retain and convert them to subscribers, customers or whatever fits your definition of success.' ); ?></p>
    8181                        </div>
     
    149149                <div class="about__section has-1-column">
    150150                        <div class="column">
    151151                                <h2><?php _e( 'Accessibility' ); ?></h2>
    152                                 <p><?php _e( 'Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5. ' ); ?></p>
     152                                <p><?php _e( 'Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5.' ); ?></p>
    153153                                <p><?php _e( 'Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.' ); ?></p>
    154154                                <p><?php _e( 'You can also move meta boxes with the keyboard, and edit images in WordPress with your assistive device, as it can read you the instructions in the image editor.' ); ?></p>
    155155                        </div>