Make WordPress Core


Ignore:
Timestamp:
04/19/2004 08:09:27 AM (21 years ago)
Author:
saxmatt
Message:

Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r888 r1100  
    114114    <th scope="col">IP</th>
    115115    <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>
    119117  </tr>';
    120118        foreach ($comments as $comment) {
     
    124122  <tr style='background-color: <?php echo $bgcolor; ?>'>
    125123    <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     <th scope="row"><?php comment_author_link() ?></th>
     124    <td><?php comment_author_link() ?></td>
    127125    <td><?php comment_author_email_link() ?></td>
    128126    <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.