Make WordPress Core


Ignore:
Timestamp:
08/29/2008 05:07:40 AM (18 years ago)
Author:
azaozz
Message:

Reply to comments from admin, small improvements and fixes, see #7435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r8765 r8767  
    10821082    <h3 class="info-box-title"><?php _e('Comment Reply Error'); ?></h3>
    10831083    <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>
    10851086    </div>
    10861087   
     
    10981099    <?php wp_comment_form_unfiltered_html_nonce(); ?>
    10991100
    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    '); ?>
    11011104
    11021105    <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.