Remove notoptions caching. Multile rewrite_rules options were being created. See #3692 #2268

git-svn-id: https://develop.svn.wordpress.org/trunk@4831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-01-30 01:43:39 +00:00
parent 13a2f96ea7
commit b0f28a6dff
7 changed files with 34 additions and 16 deletions
+2
View File
@@ -116,6 +116,8 @@ $wpdb->links = $wpdb->prefix . 'links';
$wpdb->options = $wpdb->prefix . 'options';
$wpdb->postmeta = $wpdb->prefix . 'postmeta';
$wpdb->usermeta = $wpdb->prefix . 'usermeta';
$wpdb->tags = $wpdb->prefix . 'tags';
$wpdb->tagged = $wpdb->prefix . 'tagged';
if ( defined('CUSTOM_USER_TABLE') )
$wpdb->users = CUSTOM_USER_TABLE;