Make WordPress Core


Ignore:
Timestamp:
10/17/2007 07:37:21 PM (17 years ago)
Author:
westi
Message:

Fix atom version number in the classic theme. Relates #5213 props rubys

File:
1 edited

Legend:

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

    r6195 r6261  
    1313    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    1414    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    15     <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
     15    <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
    1616
    1717    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.