[wp-cvs] wordpress/wp-includes classes.php,1.47,1.48

Ryan Boren rboren at users.sourceforge.net
Tue Feb 1 01:04:19 GMT 2005


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

Modified Files:
	classes.php 
Log Message:
Add set method.

Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** classes.php	26 Jan 2005 22:46:39 -0000	1.47
--- classes.php	1 Feb 2005 01:04:08 -0000	1.48
***************
*** 196,199 ****
--- 196,203 ----
  	}
  
+ 	function set($query_var, $value) {
+ 		$this->query_vars[$query_var] = $value;
+ 	}
+ 
  	function get_posts() {
  		global $wpdb, $pagenow, $request, $user_ID;



More information about the cvs mailing list