Make WordPress Core

Ticket #26156: comments-popup.email.diff

File comments-popup.email.diff, 1.1 KB (added by morganestes, 11 years ago)
  • wp-includes/theme-compat/comments-popup.php

     
    6464
    6565<?php if ( comments_open() ) { ?>
    6666<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>
    6868
    6969<form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform">
    7070<?php if ( $user_ID ) : ?>
     
    7777
    7878        <p>
    7979          <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>
    8181        </p>
    8282
    8383        <p>