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/comment-template.php

    r56710 r58187  
    9393 * Renders the `core/comment-template` block on the server.
    9494 *
     95 * @since 6.0.0
     96 *
    9597 * @param array    $attributes Block attributes.
    9698 * @param string   $content    Block default content.
     
    137139/**
    138140 * Registers the `core/comment-template` block on the server.
     141 *
     142 * @since 6.0.0
    139143 */
    140144function register_block_core_comment_template() {
Note: See TracChangeset for help on using the changeset viewer.