mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user