Make WordPress Core

Ticket #20888: 20888.patch

File 20888.patch, 693 bytes (added by stevenkword, 9 years ago)

Refresh

  • src/wp-includes/feed-rdf.php

     
    3232<channel rdf:about="<?php bloginfo_rss("url") ?>">
    3333        <title><?php wp_title_rss(); ?></title>
    3434        <link><?php bloginfo_rss('url') ?></link>
    35         <description><?php bloginfo_rss('description') ?></description>
     35        <description><![CDATA[<?php bloginfo_rss('description') ?>]]></description>
    3636        <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date>
    3737        <sy:updatePeriod><?php
    3838                /** This filter is documented in wp-includes/feed-rss2.php */