[wp-cvs] wordpress/wp-includes classes.php,1.18,1.19
Ryan Boren
rboren at users.sourceforge.net
Tue Sep 14 06:56:16 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23593
Modified Files:
classes.php
Log Message:
If the query is for a page, make sure single is false.
Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** classes.php 9 Sep 2004 03:45:51 -0000 1.18
--- classes.php 14 Sep 2004 06:56:13 -0000 1.19
***************
*** 161,164 ****
--- 161,165 ----
if ('' != $qv['static'] || '' != $qv['pagename']) {
$this->is_page = true;
+ $this->is_single = false;
}
More information about the cvs
mailing list