From 4725e85857011db58da8151bff81a97fac4c331c Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 22 Jan 2014 22:33:28 +0000 Subject: [PATCH] Fix a bit of whitespace from [27016]. git-svn-id: https://develop.svn.wordpress.org/trunk@27017 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/query.php b/src/wp-includes/query.php index 1b2866282d..20a5300b63 100644 --- a/src/wp-includes/query.php +++ b/src/wp-includes/query.php @@ -3387,8 +3387,8 @@ 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. + * + * @param mixed $attachment Attachment ID, title, slug, or array of such. * @return bool */ function is_attachment( $attachment = '' ) {