Make WordPress Core


Ignore:
Timestamp:
08/20/2007 07:00:29 AM (18 years ago)
Author:
matt
Message:

Change IPs to link to local search instead of cryptic ARIN info

File:
1 edited

Legend:

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

    r5836 r5903  
    162162    <td><?php comment_author_link() ?></td>
    163163    <td><?php comment_author_email_link() ?></td>
    164     <td><a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a></td>
     164    <td><a href="edit-comments.php?s=<?php comment_author_IP() ?>&amp;mode=edit"><?php comment_author_IP() ?></a></td>
    165165    <td><?php comment_excerpt(); ?></td>
    166166    <td>
Note: See TracChangeset for help on using the changeset viewer.