Parsed: 131248
<?php /** * Server-side rendering of the `core/comment-author-name` block. * * @package WordPress */ /* function render_block_core_comment_author_name() – Renders the `core/comment-author-name` block on the server. */ /* function register_block_core_comment_author_name() – Registers the `core/comment-author-name` block on the server. */ add_action( 'init', 'register_block_core_comment_author_name' );