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-navigation-link.php

    r57578 r58187  
    88/**
    99 * Renders the `core/post-navigation-link` block on the server.
     10 *
     11 * @since 5.9.0
    1012 *
    1113 * @param array  $attributes Block attributes.
     
    124126/**
    125127 * Registers the `core/post-navigation-link` block on the server.
     128 *
     129 * @since 5.9.0
    126130 */
    127131function register_block_core_post_navigation_link() {
Note: See TracChangeset for help on using the changeset viewer.