From 0b29061b3d00d6d9edb3e044b27afa263af69aec Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 18 Aug 2015 21:39:24 +0000 Subject: [PATCH] Fix case type in docs for `get_children()`. Props bobbingwide. Fixes #33364. Built from https://develop.svn.wordpress.org/trunk@33637 git-svn-id: http://core.svn.wordpress.org/trunk@33604 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 912a03c8c8..e09e1de876 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -312,7 +312,7 @@ function _wp_relative_upload_path( $path ) { * * @param mixed $args Optional. User defined arguments for replacing the defaults. Default empty. * @param string $output Optional. Constant for return type. Accepts OBJECT, ARRAY_A, ARRAY_N. - * Default OBJECt. + * Default OBJECT. * @return array Array of children, where the type of each element is determined by $output parameter. * Empty array on failure. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index a5dac19c95..d89f974e49 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33636'; +$wp_version = '4.4-alpha-33637'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.