Changeset 61019 for trunk/src/wp-includes/script-modules.php
- Timestamp:
- 10/21/2025 11:30:43 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-modules.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-modules.php
r60999 r61019 203 203 } 204 204 205 // Marks all Core blocks as compatible with client-side navigation. 206 if ( str_starts_with( $script_module_id, '@wordpress/block-library' ) ) { 207 wp_interactivity()->add_client_navigation_support_to_script_module( $script_module_id ); 208 } 209 205 210 $path = includes_url( "js/dist/script-modules/{$file_name}" ); 206 211 wp_register_script_module( $script_module_id, $path, $script_module_data['dependencies'], $script_module_data['version'], $args );
Note: See TracChangeset
for help on using the changeset viewer.