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:
parent
34b4e6a67a
commit
2dec58b2ff
|
@ -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 -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue