diff -r c7c34916027a -r 177826044cd9 wp/wp-includes/blocks/shortcode.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/blocks/shortcode.php Mon Oct 14 18:28:13 2019 +0200 @@ -0,0 +1,32 @@ + 'render_block_core_shortcode', + ) + ); +} + +add_action( 'init', 'register_block_core_shortcode' );