Make WordPress Core

Changeset 901 for trunk/wp-atom.php


Ignore:
Timestamp:
02/21/2004 12:28:36 PM (22 years ago)
Author:
saxmatt
Message:

Feed improvements and suggestions from Mark Pilgrim.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-atom.php

    r836 r901  
    3737<?php $more = 1; if ($rss_use_excerpt) {
    3838?>
    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>
    4040<?php
    4141} else { // use content
Note: See TracChangeset for help on using the changeset viewer.