Changeset 48686
- Timestamp:
- 07/29/2020 01:27:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r48675 r48686 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> … … 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>
Note: See TracChangeset
for help on using the changeset viewer.