From fde7c1cb49ac5c3ecc098148cc0c6f3b73752b50 Mon Sep 17 00:00:00 2001 From: ramonjd Date: Thu, 10 Mar 2022 18:29:01 +1100 Subject: [PATCH] remove bad copy/pasta reference to typography --- lib/block-supports/utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/block-supports/utils.php b/lib/block-supports/utils.php index a498d2025b8953..89199ac644cb0b 100644 --- a/lib/block-supports/utils.php +++ b/lib/block-supports/utils.php @@ -6,14 +6,14 @@ */ /** - * Checks whether serialization of the current block's typography properties + * Checks whether serialization of the current block's supported properties * should occur. * * @param WP_Block_type $block_type Block type. * @param string $feature_set Name of block support feature set.. * @param string $feature Optional name of individual feature to check. * - * @return boolean Whether to serialize typography support styles & classes. + * @return boolean Whether to serialize block support styles & classes. */ function gutenberg_should_skip_block_supports_serialization( $block_type, $feature_set, $feature = null ) { if ( ! is_object( $block_type ) || ! $feature_set ) {