Added call to antispambot round admin email.

git-svn-id: https://develop.svn.wordpress.org/trunk@412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-10-05 21:03:25 +00:00
parent c44ea6c9a8
commit acc8a43e97
3 changed files with 6 additions and 6 deletions

View File

@@ -51,8 +51,8 @@ if (!isset($rss_excerpt_length) || ($rss_encoded_html == 1)) { $rss_excerpt_leng
<description><?php bloginfo_rss("description") ?></description>
<lastBuildDate><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<managingEditor><?php echo $admin_email ?></managingEditor>
<webMaster><?php echo $admin_email ?></webMaster>
<managingEditor><?php echo antispambot($admin_email) ?></managingEditor>
<webMaster><?php echo antispambot($admin_email) ?></webMaster>
<language><?php echo $rss_language ?></language>
<?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_b2(); ?>