Docs: Add a period missed in an argument description in [38253] for #36338.

Built from https://develop.svn.wordpress.org/trunk@38254


git-svn-id: http://core.svn.wordpress.org/trunk@38195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-08-13 17:44:28 +00:00
parent 51810b926a
commit 1691196110
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ define( 'WXR_VERSION', '1.2' );
* *
* @type string $content Type of content to export. If set, only the post content of this post type * @type string $content Type of content to export. If set, only the post content of this post type
* will be exported. Accepts 'all', 'post', 'page', 'attachment', or a defined * will be exported. Accepts 'all', 'post', 'page', 'attachment', or a defined
* custom post If an invalid custom post type is supplied, every post type for * custom post. If an invalid custom post type is supplied, every post type for
* which `can_export` is enabled will be exported instead. If a valid custom post * which `can_export` is enabled will be exported instead. If a valid custom post
* type is supplied but `can_export` is disabled, then 'posts' will be exported * type is supplied but `can_export` is disabled, then 'posts' will be exported
* instead. When 'all' is supplied, only post types with `can_export` enabled will * instead. When 'all' is supplied, only post types with `can_export` enabled will

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-alpha-38253'; $wp_version = '4.7-alpha-38254';
/** /**
* 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.