From 912cd7792a9f7a59458fd1419bc55ab856e8fd9e Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 17 Aug 2007 03:35:15 +0000 Subject: [PATCH] Canonical URLs, first swing. Props to Scott Yang, Ryan and Matt. see #4554 (and report bugs there, for now) git-svn-id: https://develop.svn.wordpress.org/trunk@5890 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-settings.php b/wp-settings.php index 9dd4269c03..6496d0c285 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -193,6 +193,7 @@ require (ABSPATH . WPINC . '/version.php'); require (ABSPATH . WPINC . '/deprecated.php'); require (ABSPATH . WPINC . '/script-loader.php'); require (ABSPATH . WPINC . '/taxonomy.php'); +require (ABSPATH . WPINC . '/canonical.php'); if (strpos($_SERVER['PHP_SELF'], 'install.php') === false) { // Used to guarantee unique hash cookies