Make WordPress Core


Ignore:
Timestamp:
12/01/2021 11:14:22 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Miscellaneous Docblock corrections in several /block-supports files.

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/typography.php

    r52069 r52302  
    6161
    6262/**
    63  * Add CSS classes and inline styles for typography features such as font sizes
     63 * Adds CSS classes and inline styles for typography features such as font sizes
    6464 * to the incoming attributes array. This will be applied to the block markup in
    6565 * the front-end.
     
    6868 * @access private
    6969 *
    70  * @param  WP_Block_Type $block_type       Block type.
    71  * @param  array         $block_attributes Block attributes.
    72  *
     70 * @param WP_Block_Type $block_type       Block type.
     71 * @param array         $block_attributes Block attributes.
    7372 * @return array Typography CSS classes and inline styles.
    7473 */
     
    193192 * @param string $feature      Key for the feature within the typography styles.
    194193 * @param string $css_property Slug for the CSS property the inline style sets.
    195  *
    196  * @return string              CSS inline style.
     194 * @return string CSS inline style.
    197195 */
    198196function wp_typography_get_css_variable_inline_style( $attributes, $feature, $css_property ) {
Note: See TracChangeset for help on using the changeset viewer.