Changeset 1100 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 04/19/2004 08:09:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r888 r1100 114 114 <th scope="col">IP</th> 115 115 <th scope="col">Comment Excerpt</th> 116 <th scope="col">View</th> 117 <th scope="col">Edit</th> 118 <th scope="col">Delete</th> 116 <th scope="col" colspan="3">Actions</th> 119 117 </tr>'; 120 118 foreach ($comments as $comment) { … … 124 122 <tr style='background-color: <?php echo $bgcolor; ?>'> 125 123 <td><?php if (($user_level > $authordata->user_level) or ($user_login == $authordata->user_login)) { ?><input type="checkbox" name="delete_comments[]" value="<?php echo $comment->comment_ID; ?>" /><?php } ?></td> 126 <t h scope="row"><?php comment_author_link() ?></th>124 <td><?php comment_author_link() ?></td> 127 125 <td><?php comment_author_email_link() ?></td> 128 126 <td><a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></td>
Note: See TracChangeset
for help on using the changeset viewer.