Changeset 58187 for trunk/src/wp-includes/blocks/post-comments-form.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-comments-form.php
r55246 r58187 8 8 /** 9 9 * Renders the `core/post-comments-form` block on the server. 10 * 11 * @since 6.0.0 10 12 * 11 13 * @param array $attributes Block attributes. … … 55 57 /** 56 58 * Registers the `core/post-comments-form` block on the server. 59 * 60 * @since 6.0.0 57 61 */ 58 62 function register_block_core_post_comments_form() { … … 69 73 * Use the button block classes for the form-submit button. 70 74 * 75 * @since 6.0.0 76 * 71 77 * @param array $fields The default comment form arguments. 72 78 *
Note: See TracChangeset
for help on using the changeset viewer.