Changeset 1025 for trunk/wp-comments.php
- Timestamp:
- 03/29/2004 05:46:06 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-comments.php
r984 r1025 46 46 <h2 id="postcomment">Leave a Comment</h2> 47 47 <?php if ('open' == $post->comment_status) { ?> 48 <p>Line and paragraph breaks automatic, website trumps email, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p>48 <p>Line and paragraph breaks automatic, email address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code><?php echo allowed_tags(); ?></code></p> 49 49 50 50 <form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
Note: See TracChangeset
for help on using the changeset viewer.