Changeset 1493
- Timestamp:
- 07/28/2004 04:01:45 AM (20 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r1429 r1493 79 79 80 80 </form> 81 <p><a class="delete" href="post.php?action= deletecomment&noredir=true&comment=<?php echo $commentdata['comment_ID']; ?>&p=<?php echo $commentdata['comment_post_ID']; ?>"><?php _e('Delete comment') ?></a></p>81 <p><a class="delete" href="post.php?action=confirmdeletecomment&noredir=true&comment=<?php echo $commentdata['comment_ID']; ?>&p=<?php echo $commentdata['comment_post_ID']; ?>"><?php _e('Delete comment') ?></a></p> 82 82 </div> -
trunk/wp-admin/post.php
r1481 r1493 511 511 512 512 echo "<div class=\"wrap\">\n"; 513 echo "<p> <?php __('<strong>Caution:</strong> You are about to delete the following comment:'); ?></p>\n";513 echo "<p>" . __('<strong>Caution:</strong> You are about to delete the following comment:') . "</p>\n"; 514 514 echo "<table border=\"0\">\n"; 515 515 echo "<tr><td>" . __('Author:') . "</td><td>" . $commentdata["comment_author"] . "</td></tr>\n";
Note: See TracChangeset
for help on using the changeset viewer.