Changes between Initial Version and Version 2 of Ticket #56939
- Timestamp:
- 11/01/2022 05:18:33 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56939
-
Property
Version
changed from
to
6.1
-
Property
Component
changed from
General
toBundled Theme
-
Property
Version
changed from
-
Ticket #56939 – Description
initial v2 3 3 Repro: 4 4 5 ``` 5 {{{ 6 6 // Pages still load fine with this here, which proves that it is never calling this filter as it should 7 7 add_filter('comments_template', 'suppress_comments'); … … 10 10 die("it was called"); 11 11 } 12 ``` 12 }}} 13 13 14 14 Twenty Twenty-Three thus breaks any plugins that rely on this filter to swap out the comment template.