Changeset 20080 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 03/02/2012 08:13:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r20029 r20080 471 471 'widget_text' => array(), 472 472 'widget_rss' => array(), 473 'uninstall_plugins' => array(), 473 474 474 475 // 2.8 … … 502 503 503 504 // 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' ); 505 506 506 507 $existing_options = $wpdb->get_col("SELECT option_name FROM $wpdb->options");
Note: See TracChangeset
for help on using the changeset viewer.