From 956aa1c8abcbae8dff95a0bba8cb3611354a808f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 22 Jan 2014 22:34:49 +0000 Subject: [PATCH] Fix imperceptible whitespace cruff from [27017]. git-svn-id: https://develop.svn.wordpress.org/trunk@27018 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 20a5300b63..417405d677 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -3387,7 +3387,7 @@ class WP_Query { * Is the query for an existing attachment page? * * @since 3.1.0 - * + * * @param mixed $attachment Attachment ID, title, slug, or array of such. * @return bool */