Changes between Initial Version and Version 1 of Ticket #22112, comment 4
- Timestamp:
- 02/22/2014 05:47:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22112, comment 4
initial v1 10 10 Since both {{{IN}}} and {{{NOT IN}}} are exclusive, either step (4) or step (5) will ensure the adjacent post has the correct terms. 11 11 12 I added a unit test to demonstrate this failure case and verify the patch. 12 I added a unit test to demonstrate this failure case and verify the patch. I also changed the {{{$term_array}}} to {{{$same_term_array}}} because it's much clearer. 13 13 14 14 '''NOTE''': this change does affect the {{{get_$adjacent_post_where}}} filter, but I don't think it should be a problem — would appreciate feedback on this.