Changeset 44757 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 02/20/2019 10:08:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r44643 r44757 480 480 481 481 <div id="replysubmit" class="submit"> 482 <p >483 <a href="#comments-form" class="save button button-primary alignright">482 <p class="reply-submit-buttons"> 483 <a href="#comments-form" class="save button button-primary"> 484 484 <span id="addbtn" style="display: none;"><?php _e( 'Add Comment' ); ?></span> 485 485 <span id="savebtn" style="display: none;"><?php _e( 'Update Comment' ); ?></span> 486 486 <span id="replybtn" style="display: none;"><?php _e( 'Submit Reply' ); ?></span> 487 487 </a> 488 <a href="#comments-form" class="cancel button alignleft"><?php _e( 'Cancel' ); ?></a>488 <a href="#comments-form" class="cancel button"><?php _e( 'Cancel' ); ?></a> 489 489 <span class="waiting spinner"></span> 490 490 </p> 491 <br class="clear" />492 491 <div class="notice notice-error notice-alt inline hidden"> 493 492 <p class="error"></p>
Note: See TracChangeset
for help on using the changeset viewer.