From 32a2e5ed48132d7aee4ce204ba843c05b29fddc2 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 18 Aug 2015 21:38:25 +0000 Subject: [PATCH] Fix case type in docs for `get_children()`. Props bobbingwide. Fixes #33364. git-svn-id: https://develop.svn.wordpress.org/trunk@33637 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 912a03c8c8..e09e1de876 100644 --- a/src/wp-includes/post.php +++ b/src/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. */