Changeset 16066 for trunk/wp-includes/theme-compat/comments.php
- Timestamp:
- 10/29/2010 12:31:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/comments.php
r16061 r16066 90 90 <p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p> 91 91 92 <p>< ?php submit_button( __( 'Submit Comment' ), '', 'submit', false, array( 'tabindex' => '5' ) ); ?>92 <p><input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit Comment'); ?>" /> 93 93 <?php comment_id_fields(); ?> 94 94 </p>
Note: See TracChangeset
for help on using the changeset viewer.