Changeset 10143 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/09/2008 12:31:41 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10140 r10143 2060 2060 echo '<a href="edit-comments.php?s='; 2061 2061 comment_author_IP(); 2062 echo '&mode=detail">'; 2062 echo '&mode=detail'; 2063 if ( 'spam' == $comment_status ) 2064 echo '&comment_status=spam'; 2065 echo '">'; 2063 2066 comment_author_IP(); 2064 2067 echo '</a>';
Note: See TracChangeset
for help on using the changeset viewer.