diff options
Diffstat (limited to 'wp-includes/blocks/archives.php')
-rw-r--r-- | wp-includes/blocks/archives.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/blocks/archives.php b/wp-includes/blocks/archives.php index 695affd..2846b6c 100644 --- a/wp-includes/blocks/archives.php +++ b/wp-includes/blocks/archives.php @@ -8,6 +8,8 @@ /** * Renders the `core/archives` block on server. * + * @since 5.0.0 + * * @see WP_Widget_Archives * * @param array $attributes The block attributes. @@ -106,6 +108,8 @@ function render_block_core_archives( $attributes ) { /** * Register archives block. + * + * @since 5.0.0 */ function register_block_core_archives() { register_block_type_from_metadata( |