Changeset 8767 for trunk/wp-admin/includes/template.php
- Timestamp:
- 08/29/2008 05:07:40 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8765 r8767 1082 1082 <h3 class="info-box-title"><?php _e('Comment Reply Error'); ?></h3> 1083 1083 <p id="replyerrtext"></p> 1084 <p class="submit"><button id="close-button" onclick="commentReply.close();" class="button"><?php _e('Close'); ?></button></p> 1084 <p class="submit"><button id="close-button" onclick="commentReply.close();" class="button"><?php _e('Close'); ?></button> 1085 <button id="back-button" onclick="commentReply.back();" class="button"><?php _e('Go back'); ?></button></p> 1085 1086 </div> 1086 1087 … … 1098 1099 <?php wp_comment_form_unfiltered_html_nonce(); ?> 1099 1100 1100 <div id="replycontainer"><textarea rows="5" cols="50" name="replycontent" tabindex="10" id="replycontent"></textarea></div> 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> 1103 '); ?> 1101 1104 1102 1105 <p id="replysubmit"><input type="button" onclick="commentReply.close();" class="button" value="<?php _e('Cancel'); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.