Make WordPress Core


Ignore:
Timestamp:
12/31/2015 07:32:06 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Export: Add a missing Oxford comma.

Props juhise.
Fixes #35275.

File:
1 edited

Legend:

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

    r35790 r36140  
    165165<input type="hidden" name="download" value="true" />
    166166<p><label><input type="radio" name="content" value="all" checked="checked" aria-describedby="all-content-desc" /> <?php _e( 'All content' ); ?></label></p>
    167 <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>
     167<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>
    168168
    169169<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
Note: See TracChangeset for help on using the changeset viewer.