Make WordPress Core


Ignore:
Timestamp:
01/13/2015 12:07:39 AM (10 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r31168 r31169  
    304304 * argument will accept any post status within the write administration panels.
    305305 *
    306  * @internal Claims made in the long description might be inaccurate.
    307306 * @since 2.0.0
    308307 *
    309308 * @see get_posts()
     309 * @todo Check validity of description.
    310310 *
    311311 * @param mixed  $args   Optional. User defined arguments for replacing the defaults. Default empty.
Note: See TracChangeset for help on using the changeset viewer.