From d8db2e0cc77baf9ce5ed9da506ef983b5c78ddf4 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 22 Jan 2014 22:35:12 +0000 Subject: [PATCH] Fix imperceptible whitespace cruff from [27017]. Built from https://develop.svn.wordpress.org/trunk@27018 git-svn-id: http://core.svn.wordpress.org/trunk@26895 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index 20a5300b63..417405d677 100644 --- a/wp-includes/query.php +++ b/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 */