Make WordPress Core

Changeset 59549


Ignore:
Timestamp:
12/21/2024 05:21:30 PM (6 months ago)
Author:
audrasjb
Message:

Docs: Docblock improvements in .

Props shailu25.
Fixes #62730.
See #62281.

File:
1 edited

Legend:

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

    r58951 r59549  
    6363}
    6464/**
    65  * Render the block style variation's styles.
     65 * Renders the block style variation's styles.
    6666 *
    6767 * In the case of nested blocks with variations applied, we want the parent
     
    195195
    196196/**
    197  * Ensure the variation block support class name generated and added to
     197 * Ensures the variation block support class name generated and added to
    198198 * block attributes in the `render_block_data` filter gets applied to the
    199199 * block's markup.
    200200 *
     201 * @since 6.6.0
     202 * @access private
     203 *
    201204 * @see wp_render_block_style_variation_support_styles
    202  *
    203  * @since 6.6.0
    204  * @access private
    205205 *
    206206 * @param  string $block_content Rendered block content.
Note: See TracChangeset for help on using the changeset viewer.