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:
parent
94992e25ae
commit
844e1b6e7e
@ -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' => '',
|
||||
|
@ -1806,7 +1806,7 @@ class WP_Rewrite {
|
||||
unset( $do_hard_later );
|
||||
}
|
||||
|
||||
delete_option('rewrite_rules');
|
||||
update_option( 'rewrite_rules', '' );
|
||||
$this->wp_rewrite_rules();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user