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

Built from https://develop.svn.wordpress.org/trunk@36255


git-svn-id: http://core.svn.wordpress.org/trunk@36222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2016-01-10 19:07:26 +00:00
parent 34dfb47c4b
commit d63ae29fac
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-alpha-36254'; $wp_version = '4.5-alpha-36255';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.