From c7029bb7423c97869834d565cf5e7677e0742532 Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://core.svn.wordpress.org/trunk@21217 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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.