#5800 closed defect (bug) (invalid)
Private blogs still send pings to external web services
Reported by: | fitztrev | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The option_ping_sites
filter is never applied during pinging. Therefore, the function privacy_ping_filter
, which is supposed to return null if the blog is set to private, isn't called.
Blogs with privacy settings of "private" will continue to ping external web services.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
get_option() should apply the filter.