Skip to content

Commit

Permalink
More PHPDoc tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 25, 2024
1 parent 9cac78c commit 7fdf956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ function get_hooked_block_markup( $hooked_block, $hooked_block_type, &$anchor_bl
* @param array $parsed_anchor_block The anchor block, in parsed block array format.
* @param string $relative_position The relative position of the hooked blocks.
* Can be one of 'before', 'after', 'first_child', or 'last_child'.
* @param array $hooked_blocks An array of hooked blocks, grouped by anchor block and relative position.
* @param array $hooked_blocks An array of hooked block types, grouped by anchor block and relative position.
* @param WP_Block_Template|array $context The block template, template part, or pattern that the anchor block belongs to.
* @return string
*/
Expand Down

0 comments on commit 7fdf956

Please sign in to comment.