Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #56939


Ignore:
Timestamp:
11/01/2022 05:18:33 AM (3 years ago)
Author:
mukesh27
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56939

    • Property Version changed from to 6.1
    • Property Component changed from General to Bundled Theme
  • Ticket #56939 – Description

    initial v2  
    33Repro:
    44
    5 ```
     5{{{
    66// Pages still load fine with this here, which proves that it is never calling this filter as it should
    77add_filter('comments_template', 'suppress_comments');
     
    1010    die("it was called");
    1111}
    12 ```
     12}}}
    1313
    1414Twenty Twenty-Three thus breaks any plugins that rely on this filter to swap out the comment template.