Skip to content

Commit

Permalink
minor change to force test rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Sep 27, 2024
1 parent e53dc25 commit 31874e7
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 @@ -409,7 +409,7 @@ function wp_register_block_metadata_collection( $path, $manifest ) {
* @param array $args Optional. Array of block type arguments. Accepts any public property
* of `WP_Block_Type`. See WP_Block_Type::__construct() for information
* on accepted arguments. Default empty array.
* @return WP_Block_Type|false The registered block type on success, or false on failure.
* @return WP_Block_Type|false The registered block type on success, or false on failure .
*/
function register_block_type_from_metadata( $file_or_folder, $args = array() ) {
/*
Expand Down

0 comments on commit 31874e7

Please sign in to comment.