After [36254], commit all the necessary files and not just the unit test.

git-svn-id: https://develop.svn.wordpress.org/trunk@36255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2016-01-10 19:06:03 +00:00
parent 94992e25ae
commit 844e1b6e7e
2 changed files with 2 additions and 1 deletions

View File

@ -427,6 +427,7 @@ function populate_options() {
'comment_moderation' => 0,
'moderation_notify' => 1,
'permalink_structure' => '',
'rewrite_rules' => '',
'hack_file' => 0,
'blog_charset' => 'UTF-8',
'moderation_keys' => '',

View File

@ -1806,7 +1806,7 @@ class WP_Rewrite {
unset( $do_hard_later );
}
delete_option('rewrite_rules');
update_option( 'rewrite_rules', '' );
$this->wp_rewrite_rules();
/**