Changeset 56226 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 07/13/2023 11:32:19 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r56223 r56226 5216 5216 function wp_render_duotone_support( $block_content, $block ) { 5217 5217 _deprecated_function( __FUNCTION__, '6.3.0', 'WP_Duotone::render_duotone_support()' ); 5218 return WP_Duotone::render_duotone_support( $block_content, $block ); 5218 $wp_block = new WP_Block( $block ); 5219 return WP_Duotone::render_duotone_support( $block_content, $block, $wp_block ); 5219 5220 } 5220 5221
Note: See TracChangeset
for help on using the changeset viewer.