Skip to content

Commit 351496a

Browse files
1.0.9
1 parent a8f79bd commit 351496a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "angrycreative/wp-muplugin-loader",
3-
"version" : "1.0.8",
3+
"version" : "1.0.9",
44
"description" : "A drop-in MU Plugin loader for WordPress",
55
"keywords" : ["wordpress", "muplugin", "loader"],
66
"type" : "composer-plugin",

src/lkwdwrd/Composer/MULoaderPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function dumpRequireFile() {
144144
}
145145
file_put_contents(
146146
$muPath . 'mu-require.php',
147-
"<?php\nrequire_once __DI" . "R__ . '${toLoader}';\n"
147+
"<?php\nrequire_once __DI" . "R__ . '{$toLoader}';\n"
148148
);
149149
}
150150
/**

0 commit comments

Comments
 (0)