Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (7 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-terms.php

    r57578 r58187  
    88/**
    99 * Renders the `core/post-terms` block on the server.
     10 *
     11 * @since 5.8.0
    1012 *
    1113 * @param array    $attributes Block attributes.
     
    6264 * Returns the available variations for the `core/post-terms` block.
    6365 *
     66 * @since 6.5.0
     67 *
    6468 * @return array The available variations for the block.
    6569 */
     
    111115/**
    112116 * Registers the `core/post-terms` block on the server.
     117 *
     118 * @since 5.8.0
    113119 */
    114120function register_block_core_post_terms() {
Note: See TracChangeset for help on using the changeset viewer.