diff options
Diffstat (limited to 'wp-includes/blocks/comments-pagination.php')
-rw-r--r-- | wp-includes/blocks/comments-pagination.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/blocks/comments-pagination.php b/wp-includes/blocks/comments-pagination.php index 2f9cef2..1543fc0 100644 --- a/wp-includes/blocks/comments-pagination.php +++ b/wp-includes/blocks/comments-pagination.php @@ -8,6 +8,8 @@ /** * Renders the `core/comments-pagination` block on the server. * + * @since 6.0.0 + * * @param array $attributes Block attributes. * @param string $content Block default content. * @@ -34,6 +36,8 @@ function render_block_core_comments_pagination( $attributes, $content ) { /** * Registers the `core/comments-pagination` block on the server. + * + * @since 6.0.0 */ function register_block_core_comments_pagination() { register_block_type_from_metadata( |