Make WordPress Core

Changeset 2284


Ignore:
Timestamp:
02/12/2005 07:39:31 AM (21 years ago)
Author:
saxmatt
Message:

More escaping - http://mosquito.wordpress.org/view.php?id=179

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-atom.php

    r2272 r2284  
    2828                        <name><?php the_author() ?></name>
    2929                </author>
    30                 <title><?php the_title_rss() ?></title>
     30                <title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title>
    3131                <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />
    3232                <id><?php the_guid(); ?></id>
Note: See TracChangeset for help on using the changeset viewer.