[wp-cvs] wordpress wp-blog-header.php,1.118,1.119
Ryan Boren
rboren at users.sourceforge.net
Sun Feb 13 19:42:24 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16956
Modified Files:
wp-blog-header.php
Log Message:
Process posts_per_rss in WP_Query. http://mosquito.wordpress.org/view.php?id=864
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** wp-blog-header.php 11 Feb 2005 06:42:07 -0000 1.118
--- wp-blog-header.php 13 Feb 2005 19:42:21 -0000 1.119
***************
*** 146,153 ****
}
- // Getting settings from DB
- if ( isset($doing_rss) && $doing_rss == 1 )
- $posts_per_page = get_settings('posts_per_rss');
-
$use_gzipcompression = get_settings('gzipcompression');
--- 146,149 ----
More information about the cvs
mailing list