Ticket #20888: 20888.patch
File 20888.patch, 693 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/feed-rdf.php
32 32 <channel rdf:about="<?php bloginfo_rss("url") ?>"> 33 33 <title><?php wp_title_rss(); ?></title> 34 34 <link><?php bloginfo_rss('url') ?></link> 35 <description>< ?php bloginfo_rss('description') ?></description>35 <description><![CDATA[<?php bloginfo_rss('description') ?>]]></description> 36 36 <dc:date><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></dc:date> 37 37 <sy:updatePeriod><?php 38 38 /** This filter is documented in wp-includes/feed-rss2.php */