Changeset 44391
- Timestamp:
- 01/04/2019 08:26:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r44389 r44391 77 77 global $wp_locale; 78 78 79 $ dev_suffix = wp_scripts_get_suffix( 'dev');79 $suffix = wp_scripts_get_suffix(); 80 80 81 81 $vendor_scripts = array( … … 109 109 } 110 110 111 $path = "/wp-includes/js/dist/vendor/$handle$ dev_suffix.js";111 $path = "/wp-includes/js/dist/vendor/$handle$suffix.js"; 112 112 $version = $vendor_scripts_versions[ $handle ]; 113 113
Note: See TracChangeset
for help on using the changeset viewer.