Make WordPress Core


Ignore:
Timestamp:
03/02/2012 08:13:35 PM (13 years ago)
Author:
nacin
Message:

Don't autoload the uninstall_plugins option. fixes #16741.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r20029 r20080  
    471471    'widget_text' => array(),
    472472    'widget_rss' => array(),
     473    'uninstall_plugins' => array(),
    473474
    474475    // 2.8
     
    502503
    503504    // Set autoload to no for these options
    504     $fat_options = array( 'moderation_keys', 'recently_edited', 'blacklist_keys' );
     505    $fat_options = array( 'moderation_keys', 'recently_edited', 'blacklist_keys', 'uninstall_plugins' );
    505506
    506507    $existing_options = $wpdb->get_col("SELECT option_name FROM $wpdb->options");
Note: See TracChangeset for help on using the changeset viewer.