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:
parent
34dfb47c4b
commit
d63ae29fac
|
@ -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();
|
||||
|
||||
/**
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue