[wp-cvs] wordpress/wp-includes classes.php,1.24,1.25
Ryan Boren
rboren at users.sourceforge.net
Mon Nov 29 23:37:32 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30611/wp-includes
Modified Files:
classes.php
Log Message:
Load paged.php for is_paged(). Paging no longer makes is_archive() true. Bug 500.
Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** classes.php 20 Nov 2004 18:32:31 -0000 1.24
--- classes.php 29 Nov 2004 23:37:29 -0000 1.25
***************
*** 177,181 ****
}
! if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_paged)
&& (! ($this->is_single || $this->is_page)) ) {
$this->is_archive = true;
--- 177,181 ----
}
! if ( ($this->is_date || $this->is_author || $this->is_category)
&& (! ($this->is_single || $this->is_page)) ) {
$this->is_archive = true;
More information about the cvs
mailing list