From 6fc031de6b38b045a18acd21974fae353bfb17f2 Mon Sep 17 00:00:00 2001 From: markjaquith 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: http://svn.automattic.com/wordpress/trunk@5890 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-settings.php b/wp-settings.php index 9dd4269c0..6496d0c28 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