Changeset 1216

Show
Ignore:
Timestamp:
04/30/04 09:13:43 (4 years ago)
Author:
saxmatt
Message:

Remove language elements from RSS files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>