[wp-cvs] wordpress wp-blog-header.php,1.78,1.79

Ryan Boren rboren at users.sourceforge.net
Tue Aug 10 05:36:00 UTC 2004


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

Modified Files:
	wp-blog-header.php 
Log Message:
Static pages.  Take 1.

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** wp-blog-header.php	8 Aug 2004 15:31:49 -0000	1.78
--- wp-blog-header.php	10 Aug 2004 05:35:52 -0000	1.79
***************
*** 51,55 ****
  }
  
! $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name');
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {
--- 51,55 ----
  }
  
! $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','poststart','postend','preview','debug', 'calendar','page','paged','more','tb', 'pb','author','order','orderby', 'year', 'monthnum', 'day', 'hour', 'minute', 'second', 'name', 'category_name', 'feed', 'author_name', 'static');
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {




More information about the cvs mailing list