Changeset 8776
- Timestamp:
- 08/29/2008 08:44:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8767 r8776 1100 1100 1101 1101 <?php echo apply_filters( 'wp_comment_reply_content', ' 1102 <div id="replycontainer"><textarea rows="5" cols="40" name="replycontent" tabindex="10 " id="replycontent"></textarea></div>1102 <div id="replycontainer"><textarea rows="5" cols="40" name="replycontent" tabindex="1000" id="replycontent"></textarea></div> 1103 1103 '); ?> 1104 1104 1105 <p id="replysubmit"><input type="button" onclick="commentReply.close();" class="button" value="<?php _e('Cancel'); ?>" />1106 <input type="button" onclick="commentReply.send();" class="button" value="<?php _e('Submit Reply'); ?>" /></p>1105 <p id="replysubmit"><input type="button" onclick="commentReply.close();" class="button" tabindex="1002" value="<?php _e('Cancel'); ?>" /> 1106 <input type="button" onclick="commentReply.send();" class="button" tabindex="1001" value="<?php _e('Submit Reply'); ?>" /></p> 1107 1107 </form> 1108 1108 </div>
Note: See TracChangeset
for help on using the changeset viewer.