mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Comment_allowed_tags fixup.
git-svn-id: https://develop.svn.wordpress.org/trunk@709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
|
||||
<h2>Leave a Comment</h2>
|
||||
<?php if ('open' == $post->comment_status) { ?>
|
||||
<p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo htmlentities(str_replace('<', ' <', $comment_allowed_tags)); ?></code></p>
|
||||
<p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p>
|
||||
|
||||
<form action="<?php echo $siteurl; ?>/wp-comments-post.php" method="post" id="commentform">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user