Make WordPress Core

Changeset 47272


Ignore:
Timestamp:
02/11/2020 07:33:58 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Export: Use correct context for the Posts label on the Export screen.

The string refers to the post type name specifically, not to a generic term to identify a publication on WordPress.

Props audrasjb, jdy68.
Fixes #49306.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/export.php

    r47198 r47272  
    181181<p class="description" id="all-content-desc"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p>
    182182
    183 <p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
     183<p><label><input type="radio" name="content" value="posts" /> <?php _ex( 'Posts', 'post type general name' ); ?></label></p>
    184184<ul id="post-filters" class="export-filters">
    185185    <li>
Note: See TracChangeset for help on using the changeset viewer.