Updated allowed HTML to pull tags from config.

git-svn-id: http://svn.automattic.com/wordpress/trunk@27 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-21 11:30:42 +00:00
parent 34b4e6a67a
commit 2dec58b2ff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ QQQ;
<?php /* if you delete this the sky will fall on your head */ } ?>
</ol>
<h2>Leave a Comment</h2>
<p>Line and paragraph breaks automatic, website trumps email, basic <acronym title="Hypertext Markup Language">HTML</acronym> allowed.</p>
<p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <?php echo htmlentities($comment_allowed_tags); ?></p>
<!-- form to add a comment -->