mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Fixed path to class-smarty.php
Removed include of links.php git-svn-id: http://svn.automattic.com/wordpress/trunk@728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8b5faacdc
commit
3335105711
@ -8,10 +8,9 @@ $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( 'b2-include/class-smarty.php' );
|
||||
require_once( 'wp-include/class-smarty.php' );
|
||||
$blog = 1;
|
||||
require_once('wp-blog-header.php');
|
||||
require_once(ABSPATH.'wp-links/links.php');
|
||||
// not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php');
|
||||
|
||||
define( 'NODISPLAY', false );
|
||||
|
Loading…
Reference in New Issue
Block a user