Changeset 3599 for trunk/wp-admin/moderation.php
- Timestamp:
- 03/02/2006 12:26:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r3517 r3599 146 146 <?php comment_text() ?> 147 147 <p><?php 148 echo '<a href=" post.php?action=editcomment&comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?>148 echo '<a href="comment.php?action=editcomment&comment='.$comment->comment_ID.'">' . __('Edit') . '</a> | ';?> 149 149 <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php _e('View Post') ?></a> | 150 150 <?php
Note: See TracChangeset
for help on using the changeset viewer.