Changeset 53160 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 04/12/2022 03:59:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r53087 r53160 4302 4302 $spacing_support['__experimentalSkipSerialization']; 4303 4303 } 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 */ 4311 function wp_add_iframed_editor_assets_html() { 4312 _deprecated_function( __FUNCTION__, '6.0.0' ); 4313 }
Note: See TracChangeset
for help on using the changeset viewer.