Changeset 58187 for trunk/src/wp-includes/blocks/comment-template.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/comment-template.php
r56710 r58187 93 93 * Renders the `core/comment-template` block on the server. 94 94 * 95 * @since 6.0.0 96 * 95 97 * @param array $attributes Block attributes. 96 98 * @param string $content Block default content. … … 137 139 /** 138 140 * Registers the `core/comment-template` block on the server. 141 * 142 * @since 6.0.0 139 143 */ 140 144 function register_block_core_comment_template() {
Note: See TracChangeset
for help on using the changeset viewer.