Changeset 21883
- Timestamp:
- 09/17/2012 10:13:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r21838 r21883 356 356 357 357 <p id="replysubmit" class="submit"> 358 <a href="#comments-form" class="cancel button-secondary alignleft"><?php _e('Cancel'); ?></a>359 358 <a href="#comments-form" class="save button-primary alignright"> 360 359 <span id="addbtn" style="display:none;"><?php _e('Add Comment'); ?></span> 361 360 <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span> 362 361 <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a> 362 <a href="#comments-form" class="cancel button-secondary alignleft"><?php _e('Cancel'); ?></a> 363 363 <img class="waiting" style="display:none;" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /> 364 364 <span class="error" style="display:none;"></span>
Note: See TracChangeset
for help on using the changeset viewer.