File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ function iis7_save_url_rewrite_rules() {
252
252
253
253
// Using win_is_writable() instead of is_writable() because of a bug in Windows PHP
254
254
if ( iis7_supports_permalinks () && ( ( ! file_exists ( $ web_config_file ) && win_is_writable ( $ home_path ) && $ wp_rewrite ->using_mod_rewrite_permalinks () ) || win_is_writable ( $ web_config_file ) ) ) {
255
- $ rule = $ wp_rewrite ->iis7_url_rewrite_rules ( false , '' , '' );
255
+ $ rule = $ wp_rewrite ->iis7_url_rewrite_rules ( false );
256
256
if ( ! empty ( $ rule ) ) {
257
257
return iis7_add_rewrite_rule ( $ web_config_file , $ rule );
258
258
} else {
Original file line number Diff line number Diff line change 13
13
*
14
14
* @global string $wp_version
15
15
*/
16
- $ wp_version = '5.1-beta1-44618 ' ;
16
+ $ wp_version = '5.1-beta1-44619 ' ;
17
17
18
18
/**
19
19
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
You can’t perform that action at this time.
0 commit comments