Changeset 59072 for trunk/src/wp-includes/blocks/search.php
- Timestamp:
- 09/20/2024 01:53:52 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/search.php
r58387 r59072 83 83 $suffix = wp_scripts_get_suffix(); 84 84 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' ); 86 86 } 87 87
Note: See TracChangeset
for help on using the changeset viewer.