We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330a83e commit fbb1c58Copy full SHA for fbb1c58
1 file changed
Gruntfile.js
@@ -595,7 +595,7 @@ module.exports = function(grunt) {
595
// Fix boot module asset file path for Core's different directory structure.
596
return content.replace(
597
/__DIR__\s*\.\s*['"]\/..\/\..\/modules\/boot\/index\.min\.asset\.php['"]/g,
598
- "ABSPATH . WPINC . '/js/dist/script-modules/boot/index.min.asset.php'"
+ 'ABSPATH . WPINC . \'/js/dist/script-modules/boot/index.min.asset.php\''
599
);
600
}
601
},
0 commit comments