Changes between Initial Version and Version 1 of Ticket #45495, comment 7
- Timestamp:
- 02/11/2019 06:13:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45495, comment 7
initial v1 26 26 * The outer `the_content` run finishes. 27 27 28 Provided the dynamic block callback doesn't start a different filter, this could also triggered by the dynamic block callback calling `do_blocks()` directly.28 Provided the dynamic block callback doesn't start a different filter, this could also be triggered by the dynamic block callback calling `do_blocks()` directly. 29 29 30 30 I suspect that @aldavigdis' patch is the correct way to tackle this problem. [attachment:"45495.diff"] includes a unit test showing this particular behaviour.