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/query-no-results.php

    r56710 r58187  
    88/**
    99 * Renders the `core/query-no-results` block on the server.
     10 *
     11 * @since 6.0.0
     12 *
     13 * @global WP_Query $wp_query WordPress Query object.
    1014 *
    1115 * @param array    $attributes Block attributes.
     
    4852/**
    4953 * Registers the `core/query-no-results` block on the server.
     54 *
     55 * @since 6.0.0
    5056 */
    5157function register_block_core_query_no_results() {
Note: See TracChangeset for help on using the changeset viewer.