Make WordPress Core


Ignore:
Timestamp:
01/03/2004 11:48:16 PM (21 years ago)
Author:
saxmatt
Message:

Comment_allowed_tags fixup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-popup.php

    r628 r709  
    5454<?php if ('open' == $commentstatus->comment_status) { ?>
    5555<h2>Leave a Comment</h2>
    56 <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>
     56<p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p>
    5757
    5858<form action="<?php echo $siteurl; ?>/wp-comments-post.php" method="post" id="commentform">
Note: See TracChangeset for help on using the changeset viewer.