Opened 18 months ago
Closed 18 months ago
#19251 closed defect (bug) (fixed)
Respect more restrictive blog_public settings when disabling crawling
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
[17891] introduced a pre_option_blog_public that returns 0 when replytocom is set in GET. This works fine for core but could thwart some privacy plugins that use blog_public values other than 0 or 1. To accommodate plugins, blog_public should be overridden only when it is currently set to 1.
Attachments (2)
Change History (5)
I like .2.diff. It avoids unintended consequences with manipulating blog_public and is more obvious.
Note: See
TracTickets for help on using
tickets.

That patch plays with adding a disallow_crawling filter. Not sure I want to go there, but have a look.