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