Changeset 614 for trunk/wp-settings.php
- Timestamp:
- 12/15/2003 09:55:47 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r612 r614 1 1 <?php 2 // This is the name of the include directory. No "/" allowed.3 $b2inc = 'wp-includes';4 5 require ($abspath . 'wp-config-extra.php');6 require ($abspath . $b2inc . '/wp-db.php');7 require ($abspath . $b2inc . '/functions.php');8 require ($abspath . $b2inc . '/template-functions.php');9 require ($abspath . $b2inc . '/class-xmlrpc.php');10 require ($abspath . $b2inc . '/class-xmlrpcs.php');11 require ($abspath . '/wp-links/links.php');12 13 2 $HTTP_HOST = getenv('HTTP_HOST'); /* domain name */ 14 3 $REMOTE_ADDR = getenv('REMOTE_ADDR'); /* visitor's IP */ … … 30 19 $tableoptiongroup_options = $table_prefix . 'optiongroup_options'; 31 20 21 // This is the name of the include directory. No "/" allowed. 22 $b2inc = 'wp-includes'; 23 24 require ($abspath . 'wp-config-extra.php'); 25 require ($abspath . $b2inc . '/wp-db.php'); 26 require ($abspath . $b2inc . '/functions.php'); 27 require ($abspath . $b2inc . '/template-functions.php'); 28 require ($abspath . $b2inc . '/class-xmlrpc.php'); 29 require ($abspath . $b2inc . '/class-xmlrpcs.php'); 30 require ($abspath . '/wp-links/links.php'); 32 31 33 32 //setup the old globals from b2config.php
Note: See TracChangeset
for help on using the changeset viewer.