We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0137b commit 02d5808Copy full SHA for 02d5808
includes/Rest/RenderBlockRestController.php
@@ -100,7 +100,7 @@ public function get_item( $request ) {
100
$this->setup_block_support_styles_capture();
101
102
/** This filter is documented in wp-includes/post-template.php */
103
- $block_render = apply_filters( 'the_content', render_block( $shared_block_data ) );
+ $block_render = apply_filters( 'the_content', serialize_block( $shared_block_data ) );
104
105
// Get list of block types used while rendering the shared block.
106
$use_block_types = $this->capture_use_block_types();
0 commit comments