Skip to content

Commit

Permalink
remove bad copy/pasta reference to typography
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Mar 10, 2022
1 parent 4bf4fd7 commit fde7c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/block-supports/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit fde7c1c

Please sign in to comment.