Parsed: 131272
<?php /** * Server-side rendering of the `core/comment-reply-link` block. * * @package WordPress */ /* function render_block_core_comment_reply_link() – Renders the `core/comment-reply-link` block on the server. */ /* function register_block_core_comment_reply_link() – Registers the `core/comment-reply-link` block on the server. */ add_action( 'init', 'register_block_core_comment_reply_link' );