Changeset 269
- Timestamp:
- 07/23/2003 09:38:10 PM (23 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 deleted
- 1 edited
-
day-month-trans.php (deleted)
-
mysmilies.php (deleted)
-
wp-config-extra.php (added)
-
wp-config.sample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config.sample.php
r251 r269 44 44 45 45 $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 }50 46 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 48 require_once($abspath.'wp-config-extra.php'); 54 49 require_once($abspath.$b2inc.'/wp-db.php'); 55 50 require_once($abspath.$b2inc.'/b2functions.php');
Note: See TracChangeset
for help on using the changeset viewer.