From 632c26d142aa51479ec76c9d9fa4484b792715b8 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 13 Jan 2015 00:08:22 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@31169 git-svn-id: http://core.svn.wordpress.org/trunk@31150 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 642b1d8360..2a5bda73b7 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7c2078e9e4..6fe0b679cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31168'; +$wp_version = '4.2-alpha-31169'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.