Changeset 44393
- Timestamp:
- 01/04/2019 08:38:34 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-includes/script-loader.php
r44390 r44393 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.