Changes between Initial Version and Version 2 of Ticket #52447
- Timestamp:
- 02/04/2021 07:15:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52447
-
Property
Status
changed from
newtoclosed -
Property
Component
changed from
GeneraltoEditor -
Property
Resolution
changed from
toduplicate -
Property
Milestone
changed from
Awaiting Reviewto
-
Property
Status
changed from
-
Ticket #52447 – Description
initial v2 4 4 5 5 Code used for disabling Gutenberg: 6 {{{ 6 7 add_filter('use_block_editor_for_post', '__return_false', 10); 7 8 }}} 8 9 Thanks