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

git-svn-id: https://develop.svn.wordpress.org/trunk@38254 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-08-13 17:43:42 +00:00
parent 77aa4a8b72
commit 19a85950ad
1 changed files with 1 additions and 1 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
* 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
* 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