Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:46:56 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections to inline docblocks.

See #49572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks.php

    r48243 r48573  
    360360 * @since 5.3.1
    361361 *
    362  * @param array $attributes Attributes object.
     362 * @param array $block_attributes Attributes object.
    363363 * @return string Serialized attributes.
    364364 */
     
    397397 * @since 5.3.1
    398398 *
    399  * @param string $block_name Block name.
    400  * @param array  $attributes Block attributes.
    401  * @param string $content    Block save content.
     399 * @param string $block_name       Block name.
     400 * @param array  $block_attributes Block attributes.
     401 * @param string $block_content    Block save content.
    402402 * @return string Comment-delimited block content.
    403403 */
Note: See TracChangeset for help on using the changeset viewer.