Changeset 6196 for tags/2.3/wp-settings.php
- Timestamp:
- 10/06/2007 07:55:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/2.3/wp-settings.php
r6139 r6196 118 118 require (ABSPATH . WPINC . '/functions.php'); 119 119 120 if ( file_exists(ABSPATH . 'wp-content/db.php') ) 121 require_once (ABSPATH . 'wp-content/db.php'); 122 else 123 require_once (ABSPATH . WPINC . '/wp-db.php'); 124 120 require_wp_db(); 125 121 // $table_prefix is deprecated as of 2.1 126 122 $wpdb->prefix = $table_prefix;
Note: See TracChangeset
for help on using the changeset viewer.