Parsed: 131346
<?php /** * Server-side rendering of the `core/post-comments-form` block. * * @package WordPress */ /* function render_block_core_post_comments_form() – Renders the `core/post-comments-form` block on the server. */ /* function register_block_core_post_comments_form() – Registers the `core/post-comments-form` block on the server. */ add_action( 'init', 'register_block_core_post_comments_form' ); /* function post_comments_form_block_form_defaults() – Use the button block classes for the form-submit button. */