Make WordPress Core


Ignore:
Timestamp:
11/07/2005 09:31:05 AM (20 years ago)
Author:
matt
Message:

Some tweaks to the default theme, fixes #1847 and the custom header validation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/header.php

    r2961 r3006  
    1010
    1111<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    12 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    13 <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    14 <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
     12<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    1513<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    1614
     
    4442</style>
    4543
    46 <?php wp_get_archives('type=monthly&format=link'); ?>
    47 
    4844<?php wp_head(); ?>
    4945</head>
Note: See TracChangeset for help on using the changeset viewer.