Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/compat/wordpress-6.1/blocks.php
  • Loading branch information
ntsekouras authored Aug 30, 2022
commit c1d5e3f6fbe7e469e714f3322535655ffa7b4665
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.1/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function gutenberg_build_query_vars_from_query_block( $block, $page ) {
}

/**
* Filters the arguments which will be passed to `WP_Query` for the Query Loop Block
* Filters the arguments which will be passed to `WP_Query` for the Query Loop Block.
*
* Anything to this filter should be compatible with the `WP_Query` API to form
* the query context which will be passed down to the Query Loop Block's children.
Expand Down