Add a missing Oxford comma on Export screen.
Props juhise. Fixes #33906. Built from https://develop.svn.wordpress.org/trunk@34249 git-svn-id: http://core.svn.wordpress.org/trunk@34213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5eae305403
commit
a1050a58dc
|
@ -153,7 +153,7 @@ function export_date_options( $post_type = 'post' ) {
|
||||||
<form method="get" id="export-filters">
|
<form method="get" id="export-filters">
|
||||||
<input type="hidden" name="download" value="true" />
|
<input type="hidden" name="download" value="true" />
|
||||||
<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
|
<p><label><input type="radio" name="content" value="all" checked="checked" /> <?php _e( 'All content' ); ?></label></p>
|
||||||
<p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.' ); ?></p>
|
<p class="description"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p>
|
||||||
|
|
||||||
<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
|
<p><label><input type="radio" name="content" value="posts" /> <?php _e( 'Posts' ); ?></label></p>
|
||||||
<ul id="post-filters" class="export-filters">
|
<ul id="post-filters" class="export-filters">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34248';
|
$wp_version = '4.4-alpha-34249';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue