summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/classes.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-19 08:52:43 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-12-19 08:52:43 +0000
commita3a2ec8e90ccc05151726d4f79c9949734be6d7c (patch)
tree2a99b27096048c4d5935ce8c8b70a9229fdc34a8 /wp-inst/wp-includes/classes.php
parent5a16e7c51ca648eb4271a8682f8523aaf0a1deb3 (diff)
downloadwordpress-mu-a3a2ec8e90ccc05151726d4f79c9949734be6d7c.tar.gz
wordpress-mu-a3a2ec8e90ccc05151726d4f79c9949734be6d7c.tar.xz
wordpress-mu-a3a2ec8e90ccc05151726d4f79c9949734be6d7c.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@475 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/classes.php')
-rw-r--r--wp-inst/wp-includes/classes.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/wp-inst/wp-includes/classes.php b/wp-inst/wp-includes/classes.php
index 2bccf24..2a967f4 100644
--- a/wp-inst/wp-includes/classes.php
+++ b/wp-inst/wp-includes/classes.php
@@ -1636,8 +1636,7 @@ class WP {
}
}
- function prime_caches() {
- update_category_cache();
+ function init() {
get_currentuserinfo();
}
@@ -1661,8 +1660,8 @@ class WP {
}
function main($query_args = '') {
+ $this->init();
$this->parse_request($query_args);
- $this->prime_caches();
$this->send_headers();
$this->query_posts();
$this->handle_404();