Changeset 4695 for trunk/wp-settings.php
- Timestamp:
- 01/07/2007 09:41:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4648 r4695 100 100 // $table_prefix is deprecated as of 2.1 101 101 $wpdb->prefix = $table_prefix; 102 103 if ( preg_match('|[^a-z0-9_]|i', $wpdb->prefix) && !file_exists(ABSPATH . 'wp-content/db.php') ) 104 die(__('<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.')); 102 105 103 106 // Table names
Note: See TracChangeset
for help on using the changeset viewer.