From a165b366abac1c01c636825e32a118f1856c3bd4 Mon Sep 17 00:00:00 2001 From: rboren Date: Tue, 14 Sep 2004 06:56:13 +0000 Subject: [PATCH] If the query is for a page, make sure single is false. git-svn-id: http://svn.automattic.com/wordpress/trunk@1645 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/classes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/classes.php b/wp-includes/classes.php index 9e8d88e04..0944e01e0 100644 --- a/wp-includes/classes.php +++ b/wp-includes/classes.php @@ -160,6 +160,7 @@ class WP_Query { if ('' != $qv['static'] || '' != $qv['pagename']) { $this->is_page = true; + $this->is_single = false; } if ('404' == $qv['error']) {