equal
deleted
inserted
replaced
66 <div class="clear"></div> |
66 <div class="clear"></div> |
67 </div> |
67 </div> |
68 |
68 |
69 <div id="major-publishing-actions"> |
69 <div id="major-publishing-actions"> |
70 <div id="delete-action"> |
70 <div id="delete-action"> |
71 <?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url("comment.php?action=deletecomment&c=$comment->comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . esc_js(__("You are about to delete this comment. \n 'Cancel' to stop, 'OK' to delete.")) . "') ){return true;}return false;\">" . __('Delete') . "</a>\n"; ?> |
71 <?php echo "<a class='submitdelete deletion' href='" . wp_nonce_url("comment.php?action=" . ( !EMPTY_TRASH_DAYS ? 'deletecomment' : 'trashcomment' ) . "&c=$comment->comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "</a>\n"; ?> |
72 </div> |
72 </div> |
73 <div id="publishing-action"> |
73 <div id="publishing-action"> |
74 <input type="submit" name="save" value="<?php esc_attr_e('Update Comment'); ?>" tabindex="4" class="button-primary" /> |
74 <input type="submit" name="save" value="<?php esc_attr_e('Update Comment'); ?>" tabindex="4" class="button-primary" /> |
75 </div> |
75 </div> |
76 <div class="clear"></div> |
76 <div class="clear"></div> |