Skip to content

Commit

Permalink
Docs: Correct @return type in `block_core_query_disable_enhanced_pa…
Browse files Browse the repository at this point in the history
…gination()` (#67128)

Co-authored-by: Soean <[email protected]>
Co-authored-by: SantosGuillamot <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2024
1 parent 455bb5d commit b4c614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function register_block_core_query() {
* @since 6.4.0
*
* @param array $parsed_block The block being rendered.
* @return string Returns the parsed block, unmodified.
* @return array Returns the parsed block, unmodified.
*/
function block_core_query_disable_enhanced_pagination( $parsed_block ) {
static $enhanced_query_stack = array();
Expand Down

0 comments on commit b4c614f

Please sign in to comment.