Changeset 11109 for trunk/wp-content/themes/classic/comments.php
- Timestamp:
- 04/28/2009 05:58:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments.php
r11067 r11109 69 69 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> 70 70 71 <p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attr ibute_escape(__('Submit Comment')); ?>" />71 <p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php echo attr(__('Submit Comment')); ?>" /> 72 72 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 73 73 </p>
Note: See TracChangeset
for help on using the changeset viewer.