Make WordPress Core

Ticket #24523: 24523.diff

File 24523.diff, 570 bytes (added by spmlucas, 11 years ago)

Moves profile to meta

  • header.php

     
    1212<!DOCTYPE html>
    1313<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    1414
    15 <head profile="http://gmpg.org/xfn/11">
     15<head>
     16<link rel="profile" href="http://gmpg.org/xfn/11">
    1617<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    1718
    1819<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>