[wp-cvs] wordpress/wp-includes classes.php,1.57,1.58

Ryan Boren rboren at users.sourceforge.net
Sun Feb 13 19:42:24 GMT 2005


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

Modified Files:
	classes.php 
Log Message:
Process posts_per_rss in WP_Query. http://mosquito.wordpress.org/view.php?id=864

Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** classes.php	13 Feb 2005 18:42:40 -0000	1.57
--- classes.php	13 Feb 2005 19:42:22 -0000	1.58
***************
*** 245,248 ****
--- 245,250 ----
  			}
  		}
+ 		if ( $this->is_feed )
+ 			$q['posts_per_page'] = get_settings('posts_per_rss');
  	
  		$add_hours = intval(get_settings('gmt_offset'));



More information about the cvs mailing list