Changeset 11173 for trunk/wp-content/themes/default/comments-popup.php
- Timestamp:
- 05/04/2009 05:54:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/comments-popup.php
r11109 r11173 67 67 <?php else : ?> 68 68 <p> 69 <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />69 <input type="text" name="author" id="author" class="textarea" value="<?php echo attr($comment_author); ?>" size="28" tabindex="1" /> 70 70 <label for="author">Name</label> 71 71 </p> 72 72 73 73 <p> 74 <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />74 <input type="text" name="email" id="email" value="<?php echo attr($comment_author_email); ?>" size="28" tabindex="2" /> 75 75 <label for="email">E-mail</label> 76 76 </p> 77 77 78 78 <p> 79 <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />79 <input type="text" name="url" id="url" value="<?php echo attr($comment_author_url); ?>" size="28" tabindex="3" /> 80 80 <label for="url"><abbr title="Universal Resource Locator">URL</abbr></label> 81 81 </p>
Note: See TracChangeset
for help on using the changeset viewer.