Make WordPress Core

Changeset 4805 for trunk/wp-atom.php


Ignore:
Timestamp:
01/25/2007 08:48:18 AM (19 years ago)
Author:
matt
Message:

This is what I get for commiting remotely, should fix currently known issues with atom 1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-atom.php

    r4804 r4805  
    3535            <uri><?php the_author_url()?></uri>
    3636        </author>
    37         <title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title>
     37        <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title>
    3838        <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />
    3939        <id><?php the_guid(); ?></id>
Note: See TracChangeset for help on using the changeset viewer.