Make WordPress Core

Changeset 34249


Ignore:
Timestamp:
09/16/2015 09:33:29 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Add a missing Oxford comma on Export screen.

Props juhise.
Fixes #33906.

File:
1 edited

Legend:

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

    r33914 r34249  
    154154<input type="hidden" name="download" value="true" />
    155155<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
    156 <p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></p>
     156<p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p>
    157157
    158158<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
Note: See TracChangeset for help on using the changeset viewer.