Make WordPress Core


Ignore:
Timestamp:
03/02/2006 12:26:13 PM (19 years ago)
Author:
ryan
Message:

Fix edit comment link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/moderation.php

    r3517 r3599  
    146146<?php comment_text() ?>
    147147<p><?php
    148 echo '<a href="post.php?action=editcomment&amp;comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?>
     148echo '<a href="comment.php?action=editcomment&amp;comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?>
    149149<a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php _e('View Post') ?></a> |
    150150<?php
Note: See TracChangeset for help on using the changeset viewer.