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/elements.php

    r54873 r54874  
    1414 *
    1515 * @param array $block Block object.
    16  * @return string      The unique class name.
     16 * @return string The unique class name.
    1717 */
    1818function wp_get_elements_class_name( $block ) {
     
    9393 * @access private
    9494 *
    95  * @param string|null $pre_render   The pre-rendered content. Default null.
    96  * @param array       $block        The block being rendered.
    97  *
     95 * @param string|null $pre_render The pre-rendered content. Default null.
     96 * @param array       $block      The block being rendered.
    9897 * @return null
    9998 */
Note: See TracChangeset for help on using the changeset viewer.