Opened 9 years ago
Closed 9 years ago
#34054 closed defect (bug) (fixed)
Search for IPv6 addresses in comments not working
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | |
Focuses: | administration | Cc: |
Description
We've enabled IPv6 support for a couple of high traffic sites. We are now receiving a widespread of comments with IPv6 addresses. It seems that in the admin the IPv6 addresses are clickable, but don't contain a link like a normal IPv4 address. It should be possible to search for IPv6 addresses too.
I suspect it has to do with add_query_arg in wp-admin/includes/class-wp-comments-list-table.php.php line 651 which doesn't support the structure of a IPv6 address.
Change History (5)
Note: See
TracTickets for help on using
tickets.
The problem is not in
add_query_arg
, but inesc_url
. See #34202