Make WordPress Core


Ignore:
Timestamp:
11/10/2003 12:04:47 AM (22 years ago)
Author:
mikelittle
Message:

Fix for View Post link on comments 'tab' .
Also removed some form elements when edting comments.
Removed unused file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r514 r532  
    152152                echo " | <a href=\"wp-post.php?action=deletecomment&amp;p=".$comment->comment_post_ID."&amp;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> | ";
    153153            } // 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>
    155155        </li>
    156156
Note: See TracChangeset for help on using the changeset viewer.