[wp-cvs] wordpress wp-blog-header.php, 1.73, 1.74 wp-settings.php, 1.46, 1.47

Ryan Boren rboren at users.sourceforge.net
Wed Jun 30 15:31:51 UTC 2004


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

Modified Files:
	wp-blog-header.php wp-settings.php 
Log Message:
Add WP_Query_State class.  Introduce is_single(), is_archive(), and friends.


Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** wp-settings.php	19 Jun 2004 17:04:18 -0000	1.46
--- wp-settings.php	30 Jun 2004 15:31:48 -0000	1.47
***************
*** 48,51 ****
--- 48,52 ----
  
  
+ require (ABSPATH . WPINC . '/classes.php');
  require (ABSPATH . WPINC . '/functions.php');
  timer_start();

Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** wp-blog-header.php	20 Jun 2004 22:36:45 -0000	1.73
--- wp-blog-header.php	30 Jun 2004 15:31:48 -0000	1.74
***************
*** 148,151 ****
--- 148,153 ----
  $query_string = apply_filters('query_string', $query_string);
  
+ $wp_query_state->parse_query($query_string);
+ 
  // Update some caches.
  update_category_cache();




More information about the cvs mailing list