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:
@@ -312,7 +312,7 @@ function _wp_relative_upload_path( $path ) {
|
|||||||
*
|
*
|
||||||
* @param mixed $args Optional. User defined arguments for replacing the defaults. Default empty.
|
* @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.
|
* @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.
|
* @return array Array of children, where the type of each element is determined by $output parameter.
|
||||||
* Empty array on failure.
|
* Empty array on failure.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user