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:
parent
77aa4a8b72
commit
19a85950ad
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue