Skip to content

Commit 90f9f02

Browse files
DrewAPictureDrewAPicture
authored andcommitted
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
1 parent fe93819 commit 90f9f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wp-admin/includes/export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @type string $content Type of content to export. If set, only the post content of this post type
3434
* will be exported. Accepts 'all', 'post', 'page', 'attachment', or a defined
35-
* custom post If an invalid custom post type is supplied, every post type for
35+
* custom post. If an invalid custom post type is supplied, every post type for
3636
* which `can_export` is enabled will be exported instead. If a valid custom post
3737
* type is supplied but `can_export` is disabled, then 'posts' will be exported
3838
* instead. When 'all' is supplied, only post types with `can_export` enabled will

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @global string $wp_version
66
*/
7-
$wp_version = '4.7-alpha-38253';
7+
$wp_version = '4.7-alpha-38254';
88

99
/**
1010
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)