Changeset 3327
- Timestamp:
- 12/18/05 22:08:01 (3 years ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/classes.php
r3309 r3327 1637 1637 } 1638 1638 1639 function prime_caches() { 1640 update_category_cache(); 1639 function init() { 1641 1640 get_currentuserinfo(); 1642 1641 } … … 1662 1661 1663 1662 function main($query_args = '') { 1663 $this->init(); 1664 1664 $this->parse_request($query_args); 1665 $this->prime_caches();1666 1665 $this->send_headers(); 1667 1666 $this->query_posts();
