Make WordPress Core


Ignore:
Timestamp:
09/15/2011 04:54:59 PM (12 years ago)
Author:
nacin
Message:

Remove support for <link rel=start>, end, up, and index. These rel="" values have been dropped by the HTML Working Group. props Elpie, kawauso, fixes #18128.

File:
1 edited

Legend:

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

    r18656 r18680  
    204204add_action( 'wp_head',             'rsd_link'                               );
    205205add_action( 'wp_head',             'wlwmanifest_link'                       );
    206 add_action( 'wp_head',             'index_rel_link'                         );
    207 add_action( 'wp_head',             'parent_post_rel_link',            10, 0 );
    208 add_action( 'wp_head',             'start_post_rel_link',             10, 0 );
    209206add_action( 'wp_head',             'adjacent_posts_rel_link_wp_head', 10, 0 );
    210207add_action( 'wp_head',             'locale_stylesheet'                      );
Note: See TracChangeset for help on using the changeset viewer.