Changeset 33774 for trunk/src/wp-includes/theme-compat/comments-popup.php
- Timestamp:
- 08/28/2015 03:16:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/comments-popup.php
r30754 r33774 64 64 <?php if ( comments_open() ) { ?> 65 65 <h2><?php _e('Leave a comment'); ?></h2> 66 <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>66 <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> 67 67 68 68 <form action="<?php echo site_url(); ?>/wp-comments-post.php" method="post" id="commentform"> … … 77 77 <p> 78 78 <input type="text" name="email" id="email" value="<?php echo esc_attr( $commenter['comment_author_email'] ); ?>" size="28" tabindex="2" /> 79 <label for="email"><?php _e('E -mail'); ?></label>79 <label for="email"><?php _e('Email'); ?></label> 80 80 </p> 81 81
Note: See TracChangeset
for help on using the changeset viewer.