[wp-cvs] wordpress wp-blog-header.php,1.94,1.95

Ryan Boren rboren at users.sourceforge.net
Fri Oct 8 08:06:23 UTC 2004


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

Modified Files:
	wp-blog-header.php 
Log Message:
Use page_id=xx instead of p=xx&static=1

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** wp-blog-header.php	6 Oct 2004 05:11:08 -0000	1.94
--- wp-blog-header.php	8 Oct 2004 08:06:20 -0000	1.95
***************
*** 80,84 ****
   }
  
! $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', 'pagename', 'error');
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {
--- 80,84 ----
   }
  
! $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', 'pagename', 'page_id', 'error');
  
  for ($i=0; $i<count($wpvarstoreset); $i += 1) {




More information about the cvs mailing list