From 13c2591ec02ddc989b98d1d9568606534a2153fd Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 5 Jul 2012 20:09:28 +0000 Subject: [PATCH] Also switch back the @uses annotation for [21215]. props duck_. see #20484. see #16639 git-svn-id: https://develop.svn.wordpress.org/trunk@21217 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/canonical.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/canonical.php b/wp-includes/canonical.php index 36b28c6d89..24550531c6 100644 --- a/wp-includes/canonical.php +++ b/wp-includes/canonical.php @@ -28,7 +28,7 @@ * * @since 2.3.0 * @uses $wp_rewrite - * @uses $is_iis7 + * @uses $is_IIS * * @param string $requested_url Optional. The URL that was requested, used to * figure if redirect is needed.