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:
Andrew Nacin
2013-07-08 20:27:06 +00:00
parent c2db94d10c
commit 740d141e1d
4 changed files with 10 additions and 11 deletions

View File

@@ -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
*