From 19a85950ad229bbdd1e6d720e7331fbba455ad72 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 13 Aug 2016 17:43:42 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/export.php b/src/wp-admin/includes/export.php index c645a894fd..21bb482787 100644 --- a/src/wp-admin/includes/export.php +++ b/src/wp-admin/includes/export.php @@ -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