Opened 11 years ago
Closed 11 years ago
#34054 closed defect (bug) (fixed)
Search for IPv6 addresses in comments not working
| Reported by: | nielsvanrenselaar | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The problem is not in
add_query_arg, but inesc_url. See #34202