#35377 closed enhancement (fixed)
Add author_url to WP_Comment_Query
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Add argument to query author_url to WP_Comment_Query. I reread the code multiple times. This is not an option.
I have a different proposal to streamline the pingback_ping code, and it searches for duplicate pingbacks before accepting a new one. Using WP_Comment_Query would be superior to the direct database call currently performed.
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Is 35377.diff already enough? If you want matches using
LIKE
you can use thesearch
param.