Changeset 3327

Show
Ignore:
Timestamp:
12/18/05 22:08:01 (3 years ago)
Author:
ryan
Message:

Init tweak. No need to prime category cache.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/classes.php

    r3309 r3327  
    16371637    } 
    16381638 
    1639     function prime_caches() { 
    1640         update_category_cache(); 
     1639    function init() { 
    16411640        get_currentuserinfo(); 
    16421641    } 
     
    16621661 
    16631662    function main($query_args = '') { 
     1663        $this->init(); 
    16641664        $this->parse_request($query_args); 
    1665         $this->prime_caches(); 
    16661665        $this->send_headers(); 
    16671666        $this->query_posts();