Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (9 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

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

    r55246 r58187  
    88/**
    99 * Renders the `core/post-comments-form` block on the server.
     10 *
     11 * @since 6.0.0
    1012 *
    1113 * @param array    $attributes Block attributes.
     
    5557/**
    5658 * Registers the `core/post-comments-form` block on the server.
     59 *
     60 * @since 6.0.0
    5761 */
    5862function register_block_core_post_comments_form() {
     
    6973 * Use the button block classes for the form-submit button.
    7074 *
     75 * @since 6.0.0
     76 *
    7177 * @param array $fields The default comment form arguments.
    7278 *
Note: See TracChangeset for help on using the changeset viewer.