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