Ticket #12996: 12996.patch
File 12996.patch, 1.1 KB (added by , 9 years ago) |
---|
-
src/wp-admin/includes/schema.php
420 420 'comment_moderation' => 0, 421 421 'moderation_notify' => 1, 422 422 'permalink_structure' => '', 423 'gzipcompression' => 0,424 423 'blog_charset' => 'UTF-8', 425 424 'moderation_keys' => '', 426 425 'active_plugins' => array(), 427 426 'category_base' => '', 428 427 'ping_sites' => 'http://rpc.pingomatic.com/', 429 'advanced_edit' => 0,430 428 'comment_max_links' => 2, 431 429 'gmt_offset' => $gmt_offset, 432 430 … … 568 566 'can_compress_scripts', 'page_uris', 'update_core', 'update_plugins', 'update_themes', 'doing_cron', 569 567 'random_seed', 'rss_excerpt_length', 'secret', 'use_linksupdate', 'default_comment_status_page', 570 568 'wporg_popular_tags', 'what_to_show', 'rss_language', 'language', 'enable_xmlrpc', 'enable_app', 571 'embed_autourls', 'default_post_edit_rows', 569 'embed_autourls', 'default_post_edit_rows', 'gzipcompression', 'advanced_edit' 572 570 ); 573 571 foreach ( $unusedoptions as $option ) 574 572 delete_option($option);