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.