return '';
} // If this isn't the legacy block, we need to render the static version of this block.
$is_legacy = 'core/post-comments' ===
$block->name || !
empty( $attributes['legacy'
] );
if ( !
$is_legacy ) { return $block->
render( array
( 'dynamic' => false
) );
} $post_before =
$post;
$post =
get_post( $post_id );
setup_postdata( $post );
ob_start();
/*
* There's a deprecation warning generated by WP Core.
* Ideally this deprecation is removed from Core.
* In the meantime, this removes it from the output.
*/
add_filter( 'deprecated_file_trigger_error', '__return_false'
);
comments_template();
remove_filter( 'deprecated_file_trigger_error', '__return_false'
);