Changeset 20164 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/09/2012 01:30:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19929 r20164 315 315 <?php endif; ?> 316 316 <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> 318 318 <div id="edithead" style="display:none;"> 319 319 <div class="inside"> … … 344 344 <a href="#comments-form" class="cancel button-secondary alignleft" tabindex="106"><?php _e('Cancel'); ?></a> 345 345 <a href="#comments-form" class="save button-primary alignright" tabindex="104"> 346 <span id="addbtn" style="display:none;"><?php _e('Add Comment'); ?></span> 346 347 <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span> 347 348 <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a>
Note: See TracChangeset
for help on using the changeset viewer.