Make WordPress Core

Changeset 1025 for trunk/wp-comments.php


Ignore:
Timestamp:
03/29/2004 05:46:06 AM (22 years ago)
Author:
alex_t_king
Message:

changing comment instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

    r984 r1025  
    4646<h2 id="postcomment">Leave a Comment</h2>
    4747<?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>
    4949
    5050<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.