Changeset 901
- Timestamp:
- 02/21/2004 12:28:36 PM (21 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r880 r901 20 20 21 21 <link rel="stylesheet" type="text/css" media="print" href="<?php echo $siteurl; ?>/print.css" /> 22 <link rel="alternate" type=" text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />23 <link rel="alternate" type=" text/xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />22 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> 23 <link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" /> 24 24 <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> 25 25 <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> -
trunk/wp-atom.php
r836 r901 37 37 <?php $more = 1; if ($rss_use_excerpt) { 38 38 ?> 39 <summary type="text/html" ><?php the_excerpt_rss($rss_excerpt_length, 2) ?></summary>39 <summary type="text/html" mode="escaped"><?php the_excerpt_rss($rss_excerpt_length, 2) ?></summary> 40 40 <?php 41 41 } else { // use content -
trunk/wp-rdf.php
r836 r901 6 6 } 7 7 8 header('Content-type: text/xml', true);8 header('Content-type: application/rdf+xml', true); 9 9 10 10 /* This doesn't take into account edits -
trunk/wp-rss2.php
r836 r901 6 6 } 7 7 8 header('Content-type: text/xml', true);8 header('Content-type: application/rss+xml', true); 9 9 10 10 /* This doesn't take into account edits
Note: See TracChangeset
for help on using the changeset viewer.