Make WordPress Core


Ignore:
Timestamp:
04/12/2022 03:59:47 PM (3 years ago)
Author:
gziolo
Message:

Editor: Use block settings to pass assets for the iframed editor

Backports changes applied in Gutenberg in https://github.com/WordPress/gutenberg/pull/37193.

Props zieladam.
See #55505.
Follow-up for [53157].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r53087 r53160  
    43024302        $spacing_support['__experimentalSkipSerialization'];
    43034303}
     4304
     4305/**
     4306 * Inject the block editor assets that need to be loaded into the editor's iframe as an inline script.
     4307 *
     4308 * @since 5.8.0
     4309 * @deprecated 6.0.0
     4310 */
     4311function wp_add_iframed_editor_assets_html() {
     4312    _deprecated_function( __FUNCTION__, '6.0.0' );
     4313}
Note: See TracChangeset for help on using the changeset viewer.