Changeset 709 for trunk/wp-comments-popup.php
- Timestamp:
- 01/03/2004 11:48:16 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments-popup.php
r628 r709 54 54 <?php if ('open' == $commentstatus->comment_status) { ?> 55 55 <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> 57 57 58 58 <form action="<?php echo $siteurl; ?>/wp-comments-post.php" method="post" id="commentform">
Note: See TracChangeset
for help on using the changeset viewer.