Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reformat @deprecated tag per standards
  • Loading branch information
ironprogrammer committed Sep 14, 2022
commit aa582abfee7a4aa0a14b2c0170a1621be35c7539
4 changes: 2 additions & 2 deletions src/wp-includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -4463,8 +4463,8 @@ function _wp_multiple_block_styles( $metadata ) {
*
* @since 5.8.0
* @access private
*
* @deprecated since 6.1.0 The style engine parses and generates CSS vars.
* @deprecated 6.1.0 No longer used for parsing typography values.
* Use wp_style_engine_get_styles().
*
* @param array $attributes Block's attributes.
* @param string $feature Key for the feature within the typography styles.
Expand Down