Changeset 4993
- Timestamp:
- 03/07/2007 05:46:59 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r4990 r4993 122 122 if ( defined('CUSTOM_USER_META_TABLE') ) 123 123 $wpdb->usermeta = CUSTOM_USER_META_TABLE; 124 125 // To be removed in 2.2126 $tableposts = $tableusers = $tablecategories = $tablepost2cat = $tablecomments = $tablelink2cat = $tablelinks = $tablelinkcategories = $tableoptions = $tablepostmeta = '';127 124 128 125 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
Note: See TracChangeset
for help on using the changeset viewer.