Changeset 48397 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 07/07/2020 06:58:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r48121 r48397 535 535 'blocklist_keys' => '', 536 536 'comment_previously_approved' => 1, 537 'auto_plugin_theme_update_emails' => array(), 537 538 ); 538 539 … … 553 554 554 555 // Set autoload to no for these options. 555 $fat_options = array( 'moderation_keys', 'recently_edited', 'blocklist_keys', 'uninstall_plugins' ); 556 $fat_options = array( 557 'moderation_keys', 558 'recently_edited', 559 'blocklist_keys', 560 'uninstall_plugins', 561 'auto_plugin_theme_update_emails', 562 ); 556 563 557 564 $keys = "'" . implode( "', '", array_keys( $options ) ) . "'";
Note: See TracChangeset
for help on using the changeset viewer.