Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#5800 closed defect (bug) (invalid)

Private blogs still send pings to external web services

Reported by: fitztrev Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords:
Cc: Focuses:

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)

ping.diff (486 bytes ) - added by fitztrev 19 years ago.

Download all attachments as: .zip

Change History (4)

@fitztrev
19 years ago

#1 @ryan
19 years ago

get_option() should apply the filter.

#2 @fitztrev
19 years ago

  • Resolutioninvalid
  • Status newclosed

Ok... no wonder grep couldn't find it. Thanks

#3 @lloydbudd
19 years ago

  • Milestone 2.5
Note: See TracTickets for help on using tickets.