Skip to content

Commit

Permalink
Comment form placeholder and header text edits
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Dec 4, 2011
1 parent ae0ab17 commit 292de01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comments.php
Expand Up @@ -21,7 +21,7 @@
<!-- You can start editing here. -->

<?php if ( have_comments() ) : ?>
<h3><?php comments_number('No Comments', 'One Comment', '% Comments' );?> to<?php the_title(); ?></h3>
<h3><?php comments_number('No Comments', 'One comment', '% comments' );?> on<?php the_title(); ?></h3>

<?php previous_comments_link(); delim_comment_link(); next_comments_link() ?>

Expand Down Expand Up @@ -69,7 +69,7 @@
<p><input type="email" name="email" id="email" placeholder="you@example.com" value="<?php echo esc_attr($comment_author_email); ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
<label for="email">Mail (<?php if ($req) echo "required, but "; ?>will not be published)</label></p>

<p><input type="url" name="url" id="url" placeholder="http://" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" />
<p><input type="url" name="url" id="url" placeholder="http://example.com" value="<?php echo esc_attr($comment_author_url); ?>" size="22" tabindex="3" />
<label for="url">Website</label></p>

<?php endif; ?>
Expand Down

0 comments on commit 292de01

Please sign in to comment.