Make WordPress Core

Changeset 5890


Ignore:
Timestamp:
08/17/2007 03:35:15 AM (17 years ago)
Author:
markjaquith
Message:

Canonical URLs, first swing. Props to Scott Yang, Ryan and Matt. see #4554 (and report bugs there, for now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r5889 r5890  
    194194require (ABSPATH . WPINC . '/script-loader.php');
    195195require (ABSPATH . WPINC . '/taxonomy.php');
     196require (ABSPATH . WPINC . '/canonical.php');
    196197
    197198if (strpos($_SERVER['PHP_SELF'], 'install.php') === false) {
Note: See TracChangeset for help on using the changeset viewer.