Changeset 59154
- Timestamp:
- 10/01/2024 05:23:37 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-modules.php
r59083 r59154 170 170 } 171 171 172 $path = "/wp-includes/js/dist/script-modules/{$file_name}";172 $path = includes_url( "js/dist/script-modules/{$file_name}" ); 173 173 wp_register_script_module( $script_module_id, $path, $script_module_data['dependencies'], $script_module_data['version'] ); 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.