Skip to content

Commit

Permalink
Fix: add correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaknagoshe2002 committed Dec 5, 2024
1 parent 2f59c85 commit 088ae4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/query-total/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* Renders the `query-total` block on the server.
*
* @since 6.7.0
* @since 6.8.0
*
* @param array $attributes Block attributes.
* @param string $content Block default content.
Expand Down Expand Up @@ -73,7 +73,7 @@ function render_block_core_query_total( $attributes, $content, $block ) {
/**
* Registers the `query-total` block.
*
* @since 6.7.0
* @since 6.8.0
*/
function register_block_core_query_total() {
register_block_type_from_metadata(
Expand Down

0 comments on commit 088ae4d

Please sign in to comment.