Make WordPress Core


Ignore:
Timestamp:
03/25/2014 05:21:45 PM (10 years ago)
Author:
nacin
Message:

Theme compat: Move <head profile> to <link>.

props spmlucas.
fixes #24523.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/header.php

    r19684 r27716  
    1212<!DOCTYPE html>
    1313<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    14 
    15 <head profile="http://gmpg.org/xfn/11">
     14<head>
     15<link rel="profile" href="http://gmpg.org/xfn/11" />
    1616<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    1717
Note: See TracChangeset for help on using the changeset viewer.