Skip to content

Commit

Permalink
Mark get_hooked_block_markup() as private
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 4, 2023
1 parent f3dbb7a commit f4379e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wp-includes/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,10 @@ function get_hooked_blocks() {
* If the anchor block has already been processed, and the given hooked block type is in the list
* of ignored hooked blocks, an empty string is returned.
*
* This function is meant for internal use only.
*
* @since 6.5.0
* @access private
*
* @param array $anchor_block The anchor block. Passed by reference.
* @param string $hooked_block_type The name of the hooked block type.
Expand Down

0 comments on commit f4379e1

Please sign in to comment.