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