Changeset 414

Show
Ignore:
Timestamp:
10/05/03 21:13:40 (5 years ago)
Author:
mikelittle
Message:

Added call to antispambot round admin email.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-commentsrss2.php

    r392 r414  
    3131    <description><?php bloginfo_rss("description") ?></description> 
    3232    <dc:language><?php echo $rss_language ?></dc:language> 
    33     <dc:creator><?php echo $admin_email ?></dc:creator> 
     33    <dc:creator><?php echo antispambot($admin_email) ?></dc:creator> 
    3434    <dc:rights>Copyright <?php echo mysql2date('Y', get_lastpostdate()); ?></dc:rights> 
    3535    <dc:date><?php echo gmdate('Y-m-d\TH:i:s'); ?></dc:date> 
    3636    <admin:generatorAgent rdf:resource="http://wordpress.org/?v=<?php echo $b2_version ?>"/> 
    37     <admin:errorReportsTo rdf:resource="mailto:<?php echo $admin_email ?>"/> 
     37    <admin:errorReportsTo rdf:resource="mailto:<?php echo antispambot($admin_email) ?>"/> 
    3838    <sy:updatePeriod>hourly</sy:updatePeriod> 
    3939    <sy:updateFrequency>1</sy:updateFrequency>