Changeset 666
- Timestamp:
- 12/30/03 12:05:25 (5 years ago)
- Files:
-
- trunk/index.php (modified) (1 diff)
- trunk/wp-atom.php (added)
- trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index.php
r665 r666 21 21 <link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> 22 22 <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> 23 <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> 23 24 24 25 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> trunk/wp-includes/template-functions.php
r665 r666 56 56 $output = $siteurl.'/wp-rss2.php'; 57 57 break; 58 case "atom_url": 59 $output = $siteurl.'/wp-atom.php'; 60 break; 58 61 case "comments_rss2_url": 59 62 $output = $siteurl.'/wp-commentsrss2.php';
