Changeset 514 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/03/2003 10:11:42 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r490 r514 149 149 <p>Posted <?php comment_date('M j, g:i A') ?> | <?php 150 150 if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { 151 echo "<a href=\" b2edit.php?action=editcomment&comment=".$comment->comment_ID."\">Edit</a>";152 echo " | <a href=\" b2edit.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> | ";151 echo "<a href=\"wp-post.php?action=editcomment&comment=".$comment->comment_ID."\">Edit</a>"; 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=" b2edit.php?p=<?php echo $comment->comment_post_ID; ?>">View Post</a></p>154 ?> <a href="wp-post.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.