Make WordPress Core


Ignore:
Timestamp:
03/09/2012 01:30:11 AM (13 years ago)
Author:
azaozz
Message:

Add new comment from post edit screen, partial props: garyc40, see #15527

File:
1 edited

Legend:

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

    r19929 r20164  
    315315<?php endif; ?>
    316316    <div id="replyhead" style="display:none;"><h5><?php _e( 'Reply to Comment' ); ?></h5></div>
    317 
     317    <div id="addhead" style="display:none;"><h5><?php _e('Add new Comment'); ?></h5></div>
    318318    <div id="edithead" style="display:none;">
    319319        <div class="inside">
     
    344344    <a href="#comments-form" class="cancel button-secondary alignleft" tabindex="106"><?php _e('Cancel'); ?></a>
    345345    <a href="#comments-form" class="save button-primary alignright" tabindex="104">
     346    <span id="addbtn" style="display:none;"><?php _e('Add Comment'); ?></span>
    346347    <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span>
    347348    <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a>
Note: See TracChangeset for help on using the changeset viewer.