Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63996, comment 2


Ignore:
Timestamp:
09/17/2025 06:36:47 PM (12 months ago)
Author:
georgestephanis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63996, comment 2

    initial v1  
    11As a front-end or wp-admin view?
     2
     3Admin view already supports IP address filtering --
     4
     5`wp-admin/edit-comments.php?s=127.0.0.1&mode=detail`
     6
     7It'd be neat to add links there to allow for filtering based on email or authenticated user ID as well -- but the system will accept an email the same as an ip address in the search --
     8
     9`/wp-admin/edit-comments.php?s=admin%40localhost.com&mode=detail`