Tiny typo fixed.

git-svn-id: https://develop.svn.wordpress.org/trunk@750 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Donncha O Caoimh 2004-01-10 13:11:32 +00:00
parent fefc13fc6a
commit c261c06217
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $wpsmarty->template_dir = './wp-blogs/main/templates';
$wpsmarty->compile_dir = './wp-blogs/main/templates_c';
$wpsmarty->cache_dir = './wp-blogs/main/smartycache';
$wpsmarty->plugin_dir = './wp-plugins';
require_once( 'wp-include/class-smarty.php' );
require_once( 'wp-includes/class-smarty.php' );
$blog = 1;
require_once('wp-blog-header.php');
// not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php');