Remove an erroneous `@internal` tag from the DocBlock for `get_children()`.

Use of the `@internal` tag caused the reference article for this function to be skipped during the parsing process.

Fixes #30987 for trunk.


git-svn-id: https://develop.svn.wordpress.org/trunk@31169 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2015-01-13 00:07:39 +00:00
parent 865185903b
commit 1f9ee350fc
1 changed files with 1 additions and 1 deletions

View File

@ -303,10 +303,10 @@ function _wp_relative_upload_path( $path ) {
* post types are 'post', 'pages', and 'attachments'. The 'post_status'
* argument will accept any post status within the write administration panels.
*
* @internal Claims made in the long description might be inaccurate.
* @since 2.0.0
*
* @see get_posts()
* @todo Check validity of description.
*
* @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.