[wp-cvs] wordpress wp-blog-header.php,1.69,1.70
Ryan Boren
rboren at users.sourceforge.net
Tue Jun 15 03:30:02 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27350
Modified Files:
wp-blog-header.php
Log Message:
Call update_post_caches() from within query_posts() and get_posts(). http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000046
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** wp-blog-header.php 10 Jun 2004 10:01:44 -0000 1.69
--- wp-blog-header.php 15 Jun 2004 03:29:55 -0000 1.70
***************
*** 154,160 ****
$posts = query_posts($query_string);
- // Update per post caches.
- update_post_caches($posts);
-
if (1 == count($posts)) {
if ($p || $name) {
--- 154,157 ----
More information about the cvs
mailing list