Ticket #50416: 50416.2.diff
File 50416.2.diff, 1.3 KB (added by , 4 years ago) |
---|
-
src/wp-admin/about.php
79 79 <div class="column is-edge-to-edge" style="background-color:skyblue;"> 80 80 </div> 81 81 <div class="column"> 82 <h2><?php _e ( 'Search' ); ?></h2>82 <h2><?php _ex( 'Search', 'sitemap' ); ?></h2> 83 83 <p><strong><?php _e( 'Say hello to your new sitemap.' ); ?></strong></p> 84 84 <p><?php _e( 'WordPress sites work well with search engines. ' ); ?></p> 85 85 <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> … … 211 211 ); 212 212 ?> 213 213 </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> 215 215 <li><?php _e( 'You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.' ); ?></li> 216 216 </ul> 217 217 </div>