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

    r55246 r58187  
    1414 * Would be transformed to:
    1515 *  <h2 class="align-left wp-block-heading">Hello World</h2>
     16 *
     17 * @since 6.2.0
    1618 *
    1719 * @param array  $attributes Attributes of the block being rendered.
     
    4042/**
    4143 * Registers the `core/heading` block on server.
     44 *
     45 * @since 6.2.0
    4246 */
    4347function register_block_core_heading() {
Note: See TracChangeset for help on using the changeset viewer.