Support IIS 8 and above.
props hurtige for initial patch. fixes #23533. git-svn-id: http://core.svn.wordpress.org/trunk@24594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -370,7 +370,7 @@ function set_screen_options() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if rewrite rule for WordPress already exists in the IIS 7 configuration file
|
||||
* Check if rewrite rule for WordPress already exists in the IIS 7+ configuration file
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
@@ -428,7 +428,7 @@ function iis7_delete_rewrite_rule($filename) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Add WordPress rewrite rule to the IIS 7 configuration file.
|
||||
* Add WordPress rewrite rule to the IIS 7+ configuration file.
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user