[wp-cvs] wordpress wp-blog-header.php,1.72,1.73
Ryan Boren
rboren at users.sourceforge.net
Sun Jun 20 22:36:47 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16578
Modified Files:
wp-blog-header.php
Log Message:
Add posts_where, the_posts, and query_string filters.
Index: wp-blog-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-blog-header.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** wp-blog-header.php 19 Jun 2004 17:34:13 -0000 1.72
--- wp-blog-header.php 20 Jun 2004 22:36:45 -0000 1.73
***************
*** 146,149 ****
--- 146,151 ----
}
+ $query_string = apply_filters('query_string', $query_string);
+
// Update some caches.
update_category_cache();
More information about the cvs
mailing list