summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/query.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-includes/query.php')
-rw-r--r--src/wp-includes/query.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php
index 8668f62a8a..c1565d4425 100644
--- a/src/wp-includes/query.php
+++ b/src/wp-includes/query.php
@@ -1186,7 +1186,7 @@ function setup_postdata( $post ) {
* @global WP_Query $wp_query WordPress Query object.
*
* @param WP_Post|object|int $post WP_Post instance or Post ID/object.
- * @return array|bool Elements of post, or false on failure.
+ * @return array|false Elements of post, or false on failure.
*/
function generate_postdata( $post ) {
global $wp_query;