Make WordPress Core

Changeset 750


Ignore:
Timestamp:
01/10/2004 01:11:32 PM (21 years ago)
Author:
donncha
Message:

Tiny typo fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index-smarty.php

    r728 r750  
    99$wpsmarty->cache_dir    = './wp-blogs/main/smartycache';
    1010$wpsmarty->plugin_dir    = './wp-plugins';
    11 require_once( 'wp-include/class-smarty.php' );
     11require_once( 'wp-includes/class-smarty.php' );
    1212$blog = 1;
    1313require_once('wp-blog-header.php');
Note: See TracChangeset for help on using the changeset viewer.