Make WordPress Core

Ticket #50416: 50416.2.diff

File 50416.2.diff, 1.3 KB (added by ocean90, 4 years ago)
  • src/wp-admin/about.php

     
    7979                        <div class="column is-edge-to-edge" style="background-color:skyblue;">
    8080                        </div>
    8181                        <div class="column">
    82                                 <h2><?php _e( 'Search' ); ?></h2>
     82                                <h2><?php _ex( 'Search', 'sitemap' ); ?></h2>
    8383                                <p><strong><?php _e( 'Say hello to your new sitemap.' ); ?></strong></p>
    8484                                <p><?php _e( 'WordPress sites work well with search engines. ' ); ?></p>
    8585                                <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>
     
    211211                                                );
    212212                                                ?>
    213213                                        </li>
    214                                         <li><?php _e( 'New filters let custom post types associated with the category taxonomy have a default term beyond “Uncategorized.”' ); ?></li>
     214                                        <li><?php _e( 'New filters let custom post types associated with the category taxonomy have a default term beyond “Uncategorized”.' ); ?></li>
    215215                                        <li><?php _e( 'You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.' ); ?></li>
    216216                                </ul>
    217217                        </div>