Parsed: 131254
<?php /** * Server-side rendering of the `core/comment-content` block. * * @package WordPress */ /* function render_block_core_comment_content() – Renders the `core/comment-content` block on the server. */ /* function register_block_core_comment_content() – Registers the `core/comment-content` block on the server. */ add_action( 'init', 'register_block_core_comment_content' );