Skip to content

Commit fbb1c58

Browse files
committed
Fix coding standards issue.
1 parent 330a83e commit fbb1c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ module.exports = function(grunt) {
595595
// Fix boot module asset file path for Core's different directory structure.
596596
return content.replace(
597597
/__DIR__\s*\.\s*['"]\/..\/\..\/modules\/boot\/index\.min\.asset\.php['"]/g,
598-
"ABSPATH . WPINC . '/js/dist/script-modules/boot/index.min.asset.php'"
598+
'ABSPATH . WPINC . \'/js/dist/script-modules/boot/index.min.asset.php\''
599599
);
600600
}
601601
},

0 commit comments

Comments
 (0)