Changes between Version 2 and Version 3 of Ticket #39157, comment 22
- Timestamp:
- 01/05/2017 03:11:21 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39157, comment 22
v2 v3 2 2 > Going to bump to the next point release. Too little time to patch and retest prior to the RC. 3 3 4 I would like to make sure are aware that the scope of the problem extends into custom feeds -- making custom feeds that do not render posts unusable (don't render at all as of 4.7) -- there have been complaints by plugin authors. The title of this ticket does not completely describe the scope of the issue.4 I would like to make sure we are aware that the scope of the problem extends into custom feeds -- making custom feeds that do not render posts unusable (don't render at all as of 4.7) -- there have been complaints by plugin authors. The title of this ticket does not completely describe the scope of the issue. 5 5 6 6 Additionally, new conditionals were added to solve a long standing problem where `is_home()` and `is_feed()` are never simultaneously true. Rather than change the behavior expected by plugin and theme authors, a new set of conditionals appears to be the only way forward to distinguish home/custom feeds from just "any" feed. See this comment: https://core.trac.wordpress.org/ticket/20899#comment:19