Make WordPress Core


Ignore:
Timestamp:
09/20/2024 01:53:52 AM (6 months ago)
Author:
noisysocks
Message:

Editor: Update packages for 6.7 Beta 1.

Syncs @wordpress/* packages to the wp-6.7 npm tag.

Fixes #61906.
Props peterwilsoncc, gziolo, kevin940726.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/search.php

    r58387 r59072  
    8383            $suffix = wp_scripts_get_suffix();
    8484            if ( defined( 'IS_GUTENBERG_PLUGIN' ) && IS_GUTENBERG_PLUGIN ) {
    85                 $module_url = gutenberg_url( '/build/interactivity/search.min.js' );
     85                $module_url = gutenberg_url( '/build-module/block-library/search/view.min.js' );
    8686            }
    8787
Note: See TracChangeset for help on using the changeset viewer.