[wp-cvs] wordpress wp-blog-header.php,1.113,1.114

Ryan Boren rboren at users.sourceforge.net
Tue Feb 1 01:49:53 GMT 2005


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

Modified Files:
	wp-blog-header.php 
Log Message:
Remove support for 'all' queries and for poststart and postend.

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** wp-blog-header.php	19 Jan 2005 16:15:45 -0000	1.113
--- wp-blog-header.php	1 Feb 2005 01:49:51 -0000	1.114
***************
*** 83,87 ****
   }
  
! $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');
  
  $wpvarstoreset = apply_filters('query_vars', $wpvarstoreset);
--- 83,87 ----
   }
  
! $wpvarstoreset = array('m','p','posts','w', 'cat','withcomments','s','search','exact', 'sentence','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');
  
  $wpvarstoreset = apply_filters('query_vars', $wpvarstoreset);



More information about the cvs mailing list