Changeset 532 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/10/2003 12:04:47 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r514 r532 152 152 echo " | <a href=\"wp-post.php?action=deletecomment&p=".$comment->comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('You are about to delete this comment by \'".$comment->comment_author."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete</a> | "; 153 153 } // end if any comments to show 154 ?> <a href=" wp-post.php?p=<?php echo $comment->comment_post_ID; ?>">View Post</a></p>154 ?> <a href="edit.php?p=<?php echo $comment->comment_post_ID; ?>">View Post</a></p> 155 155 </li> 156 156
Note: See TracChangeset
for help on using the changeset viewer.