diff options
Diffstat (limited to 'wp-includes/blocks/rss.php')
-rw-r--r-- | wp-includes/blocks/rss.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wp-includes/blocks/rss.php b/wp-includes/blocks/rss.php index 91cdab3..3e8231d 100644 --- a/wp-includes/blocks/rss.php +++ b/wp-includes/blocks/rss.php @@ -8,6 +8,8 @@ /** * Renders the `core/rss` block on server. * + * @since 5.2.0 + * * @param array $attributes The block attributes. * * @return string Returns the block content with received rss items. @@ -107,6 +109,8 @@ function render_block_core_rss( $attributes ) { /** * Registers the `core/rss` block on server. + * + * @since 5.2.0 */ function register_block_core_rss() { register_block_type_from_metadata( |