[wp-cvs] wordpress/wp-includes classes.php,1.30,1.31

Ryan Boren rboren at users.sourceforge.net
Wed Dec 15 01:23:40 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7638/wp-includes

Modified Files:
	classes.php 
Log Message:
Fix date permalinks.  Bug 539.

Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** classes.php	12 Dec 2004 20:41:17 -0000	1.30
--- classes.php	15 Dec 2004 01:23:38 -0000	1.31
***************
*** 820,824 ****
  
  		if (empty($this->date_structure)) {
! 			$this->date_structure = $front . '%year%/%monthnum%/%day%';
  		}
  
--- 820,824 ----
  
  		if (empty($this->date_structure)) {
! 			$this->date_structure = $this->front . '%year%/%monthnum%/%day%';
  		}
  




More information about the cvs mailing list