Changeset 552 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/23/2003 01:15:51 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
r549 r552 161 161 } // end if any comments to show 162 162 ?> <a href="edit.php?p=<?php echo $comment->comment_post_ID; ?>">View Post</a></p> 163 <?php 164 if ("unapproved" == $comment_status) { 165 echo "</span>"; 166 } 167 ?> 163 168 </li> 164 165 169 166 170 <?php
Note: See TracChangeset
for help on using the changeset viewer.