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
This commit is contained in:
Scott Taylor 2015-08-18 21:39:24 +00:00
parent 0c89678c9b
commit 0b29061b3d
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.