Make WordPress Core

Changeset 2701 for trunk/wp-settings.php


Ignore:
Timestamp:
07/08/2005 10:59:15 PM (20 years ago)
Author:
matt
Message:

Drafts clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r2700 r2701  
    5050$wpdb->postmeta         = $table_prefix . 'postmeta';
    5151$wpdb->usermeta         = $table_prefix . 'usermeta';
     52
     53$wpdb->prefix           = $table_prefix;
    5254
    5355if ( defined('CUSTOM_USER_TABLE') )
Note: See TracChangeset for help on using the changeset viewer.