Make WordPress Core


Ignore:
Timestamp:
11/24/2022 10:50:16 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Various docblock fixes in Block Supports related functions.

See #56792.

File:
1 edited

Legend:

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

    r54873 r54874  
    1414 * @access private
    1515 *
    16  * @param  string $block_name Block Name.
     16 * @param string $block_name Block Name.
    1717 * @return string Generated classname.
    1818 */
     
    3131     * @since 5.6.0
    3232     *
    33      * @param string     $class_name The current applied classname.
    34      * @param string     $block_name The block name.
     33     * @param string $class_name The current applied classname.
     34     * @param string $block_name The block name.
    3535     */
    3636    $classname = apply_filters( 'block_default_classname', $classname, $block_name );
     
    4646 * @access private
    4747 *
    48  * @param  WP_Block_Type $block_type       Block Type.
    49  *
     48 * @param WP_Block_Type $block_type Block Type.
    5049 * @return array Block CSS classes and inline styles.
    5150 */
Note: See TracChangeset for help on using the changeset viewer.