Skip to content

Commit

Permalink
Consistent temp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Dec 19, 2023
1 parent afaa61a commit 0fa43f5
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 @@ -171,7 +171,7 @@ function register_block_script_handle( $metadata, $field_name, $index = 0 ) {
* Returning false to this filter will bypass the check for the asset.php file and proceed with script
* registration using only the information available from the script's registration function.
*
* @since x.x.x Added to allow bypassing the asset.php requirement.
* @since 6.x.x Added to allow bypassing the asset.php requirement.
*
* @param bool $require_asset_file Whether the asset.php file is required. Default true.
* @param string $script_asset_raw_path The path to the expected asset.php file.
Expand Down

0 comments on commit 0fa43f5

Please sign in to comment.