Make WordPress Core


Ignore:
Timestamp:
03/27/2005 08:45:01 PM (20 years ago)
Author:
ryan
Message:

Cacheing cleanup. Introduce get_post() and get_category(). http://mosquito.wordpress.org/view.php?id=1157

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r2378 r2478  
    170170
    171171// Call query posts to do the work.
    172 $posts = query_posts($query_string);
     172$posts = & query_posts($query_string);
    173173
    174174// Extract updated query vars back into global namespace.
Note: See TracChangeset for help on using the changeset viewer.