Make WordPress Core

Changeset 1216


Ignore:
Timestamp:
04/30/2004 09:13:43 AM (22 years ago)
Author:
saxmatt
Message:

Remove language elements from RSS files.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss.php

    r1121 r1216  
    1919        <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></lastBuildDate>
    2020        <docs>http://backend.userland.com/rss092</docs>
    21         <language><?php echo get_settings('rss_language'); ?></language>
    2221
    2322<?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?>
  • trunk/wp-rss2.php

    r1145 r1216  
    2121    <link><?php bloginfo_rss('url') ?></link>
    2222    <description><?php bloginfo_rss("description") ?></description>
    23     <language><?php echo get_settings('rss_language'); ?></language>
    2423    <copyright>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></copyright>
    2524    <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></pubDate>
Note: See TracChangeset for help on using the changeset viewer.