From 7eea02c12cedbefd7a5437d73460ffbb117d109f Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 11 Sep 2007 21:21:40 +0000 Subject: [PATCH] Always trailingslash the "home" URL. Protect against chained redirects. Thanks wantmoore. fixes #4773 git-svn-id: https://develop.svn.wordpress.org/trunk@6085 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/canonical.php | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/wp-includes/canonical.php b/wp-includes/canonical.php index 3ab8d89a7a..ac74e6218e 100644 --- a/wp-includes/canonical.php +++ b/wp-includes/canonical.php @@ -1,16 +1,18 @@