Changeset 16061 for trunk/wp-includes/theme-compat/comments-popup.php
- Timestamp:
- 10/28/2010 09:56:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme-compat/comments-popup.php
r15843 r16061 96 96 <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> 97 97 <input type="hidden" name="redirect_to" value="<?php echo esc_attr($_SERVER["REQUEST_URI"]); ?>" /> 98 < input name="submit" type="submit" tabindex="5" value="<?php _e('Say It!' ); ?>" />98 <?php submit_button( __( 'Say It!' ), '', 'submit', false, array( 'tabindex' => '5' ) ); ?> 99 99 </p> 100 100 <?php do_action('comment_form', $post->ID); ?>
Note: See TracChangeset
for help on using the changeset viewer.