Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45516, comment 56


Ignore:
Timestamp:
11/07/2025 12:13:47 PM (4 weeks ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45516, comment 56

    initial v1  
    33I'm not sure what "Testing" should be driven in Gutenberg specifically. All tests have been actually done in Gutenberg as this is the default editor.
    44
    5 If we check the code, Auto Drafts are still being executed when they should. The `(no title supported)` is only relevant when the post is actually saved, but there is no title support explicitly set at that exact moment. Currently it  will be set as `Auto Draft` generating a faulty behavior.
     5If we check the code, Auto Drafts are still being executed when they should for Gutenberg drafting purposes. The `(no title supported)` is only relevant when the post is actually saved, but there is no title support explicitly set at that exact moment. Currently it  will be set as `Auto Draft` generating a faulty behavior.
    66
    77Replying to [comment:55 wildworks]: