Changeset 2631 for trunk/wp-settings.php
- Timestamp:
- 06/12/2005 08:49:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r2627 r2631 49 49 $wpdb->options = $table_prefix . 'options'; 50 50 $wpdb->postmeta = $table_prefix . 'postmeta'; 51 $wpdb->usermeta = $table_prefix . 'usermeta'; 51 52 52 53 if ( defined('CUSTOM_USER_TABLE') )
Note: See TracChangeset
for help on using the changeset viewer.