From 3f7bf7ecb89cfd182bfbe6fcb5bb964a71638976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=B3=C5=82kowski?= Date: Fri, 19 Aug 2022 09:55:02 +0200 Subject: [PATCH] Update src/wp-includes/blocks.php --- src/wp-includes/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index f622221245e86..4b18125ba5ee1 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -161,7 +161,7 @@ function register_block_script_handle( $metadata, $field_name, $index = 0 ) { } /** - * Finds a style handles for the block metadata field. It detects when a path + * Finds a style handle for the block metadata field. It detects when a path * to file was provided and registers the style under automatically * generated handle name. It returns unprocessed style handle otherwise. *