[wp-cvs] wordpress wp-blog-header.php,1.96,1.97
Ryan Boren
rboren at users.sourceforge.net
Wed Oct 27 22:08:01 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31159
Modified Files:
wp-blog-header.php
Log Message:
Extract updated query vars back into global namespace.
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** wp-blog-header.php 14 Oct 2004 08:27:55 -0000 1.96
--- wp-blog-header.php 27 Oct 2004 22:07:58 -0000 1.97
***************
*** 183,186 ****
--- 183,189 ----
$posts = query_posts($query_string);
+ // Extract updated query vars back into global namespace.
+ extract($wp_query->query_vars);
+
if (1 == count($posts)) {
if (is_single()) {
More information about the cvs
mailing list