[wp-cvs] wordpress/wp-includes functions.php,1.104,1.105

Ryan Boren rboren at users.sourceforge.net
Mon May 24 20:16:52 CDT 2004


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

Modified Files:
	functions.php 
Log Message:
Make $request global to satisfy the page navigation fxns.

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** functions.php	24 May 2004 08:22:18 -0000	1.104
--- functions.php	25 May 2004 01:16:49 -0000	1.105
***************
*** 1355,1360 ****
  
  function query_posts($query) {
!     global $wpdb,
!         $pagenow;
  
      parse_str($query);
--- 1355,1359 ----
  
  function query_posts($query) {
!     global $wpdb, $pagenow, $request;
  
      parse_str($query);




More information about the cvs mailing list