[wp-trac] [WordPress Trac] #45113: Integrate compatibility related functions for the new editor

WordPress Trac noreply at wordpress.org
Fri Oct 19 01:49:19 UTC 2018


#45113: Integrate compatibility related functions for the new editor
----------------------------+-----------------------
 Reporter:  desrosj         |       Owner:  pento
     Type:  task (blessed)  |      Status:  assigned
 Priority:  normal          |   Milestone:  5.0
Component:  General         |     Version:
 Severity:  normal          |  Resolution:
 Keywords:                  |     Focuses:
----------------------------+-----------------------
Changes (by pento):

 * keywords:  needs-patch needs-unit-tests =>


Comment:

 Done/not needed:

 - `_gutenberg_utf8_split()` doesn't need to be ported, as it's only used
 by the spec parser, not the default parser.
 - `gutenberg_disable_editor_settings_wpautop()` was ported in [43758].
 - `gutenberg_wpautop()` was ported in [43752].
 - `gutenberg_warn_classic_about_cloudflare()` won't be ported.

 I haven't ported
 `gutenberg_add_rest_nonce_to_heartbeat_response_headers()` yet, the
 current naming doesn't fit in with the structure of the other nonces in
 `wp_refresh_post_nonces()`, but we'll need to change the name in
 `@wordpress/api-fetch` to match.

 I haven't ported the warning that shows up when trying to open a block
 post in the classic editor, I'm leaning towards putting that in the
 Classic Editor plugin. @karmatosed, do you have thoughts on this?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45113#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list