Make WordPress Core


Ignore:
Timestamp:
08/05/2009 04:43:51 PM (16 years ago)
Author:
ryan
Message:

rel=canonical for singular pages. see #10115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r11734 r11777  
    179179add_action('wp_head', 'wp_print_head_scripts', 9);
    180180add_action('wp_head', 'wp_generator');
     181add_action('wp_head', 'rel_canonical');
    181182add_action('wp_footer', 'wp_print_footer_scripts');
    182183if(!defined('DOING_CRON'))
Note: See TracChangeset for help on using the changeset viewer.