Skip to content
Closed
Prev Previous commit
Next Next commit
Update src/wp-includes/block-supports/typography.php
  • Loading branch information
dream-encode authored Oct 11, 2022
commit 122f4641143d882a48fed7fbb8094f57e74c54ca
2 changes: 1 addition & 1 deletion src/wp-includes/block-supports/typography.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function wp_typography_get_preset_inline_style_value( $style_value, $css_propert
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing @since 6.1.0 for new function

* @param string $block_content Rendered block content.
* @param array $block Block object.
* @return string Filtered block content.
* @return string Filtered block content.
*/
function wp_render_typography_support( $block_content, $block ) {
if ( ! isset( $block['attrs']['style']['typography']['fontSize'] ) ) {
Expand Down