Make WordPress Core

Changeset 269


Ignore:
Timestamp:
07/23/2003 09:38:10 PM (23 years ago)
Author:
mikelittle
Message:

Configuration extras now in a single file.

Location:
trunk
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.sample.php

    r251 r269  
    4444
    4545$abspath = dirname(__FILE__).'/';
    46 // setup your own smilies (if not there is a set in b2vars)
    47 if (file_exists($abspath.'mysmilies.php')) {
    48     include($abspath.'mysmilies.php');
    49 }
    5046
    51 // pull in the day and month translations
    52 require_once($abspath.'day-month-trans.php');
    53 
     47// pull in the day and month translations and the smilies
     48require_once($abspath.'wp-config-extra.php');
    5449require_once($abspath.$b2inc.'/wp-db.php');
    5550require_once($abspath.$b2inc.'/b2functions.php');
Note: See TracChangeset for help on using the changeset viewer.