Ticket #26156: comments-popup.email.diff
File comments-popup.email.diff, 1.1 KB (added by , 11 years ago) |
---|
-
wp-includes/theme-compat/comments-popup.php
64 64 65 65 <?php if ( comments_open() ) { ?> 66 66 <h2><?php _e('Leave a comment'); ?></h2> 67 <p><?php printf(__('Line and paragraph breaks automatic, e -mail address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>'), allowed_tags()); ?></p>67 <p><?php printf(__('Line and paragraph breaks automatic, email address never displayed, <acronym title="Hypertext Markup Language">HTML</acronym> allowed: <code>%s</code>'), allowed_tags()); ?></p> 68 68 69 69 <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform"> 70 70 <?php if ( $user_ID ) : ?> … … 77 77 78 78 <p> 79 79 <input type="text" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" size="28" tabindex="2" /> 80 <label for="email"><?php _e('E -mail'); ?></label>80 <label for="email"><?php _e('Email'); ?></label> 81 81 </p> 82 82 83 83 <p>