diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php index a6cd1cf401..7f3c22a785 100644 --- a/src/wp-includes/class-wp-query.php +++ b/src/wp-includes/class-wp-query.php @@ -3816,7 +3816,7 @@ class WP_Query { /** * Is the query for an existing single post? * - * Works for any post type, except attachments and pages + * Works for any post type excluding pages. * * If the $post parameter is specified, this function will additionally * check if the query is for one of the Posts specified.