Changeset 45441
- Timestamp:
- 05/26/2019 06:42:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r45147 r45441 805 805 wp_nonce_field( 'get-comments', 'add_comment_nonce', false ); 806 806 ?> 807 <p class="hide-if-no-js" id="add-new-comment"><button type="button" class="button" onclick="window.commentReply && commentReply.addcomment(<?php echo $post->ID; ?>);"><?php _e( 'Add comment' ); ?></button></p>807 <p class="hide-if-no-js" id="add-new-comment"><button type="button" class="button" onclick="window.commentReply && commentReply.addcomment(<?php echo $post->ID; ?>);"><?php _e( 'Add Comment' ); ?></button></p> 808 808 <?php 809 809
Note: See TracChangeset
for help on using the changeset viewer.