Performance optimizations.

git-svn-id: https://develop.svn.wordpress.org/trunk@760 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-12 11:52:35 +00:00
parent 842112f8b3
commit b85d61310e
3 changed files with 47 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
<?php
/* Don't remove these lines. */
$blog = 1;
require_once('wp-blog-header.php');
require('wp-blog-header.php');
// Uncomment the next line if you want to track blog updates from weblogs.com
//include_once(ABSPATH.WPINC.'/links-update-xml.php');
?>