Skip to content

Commit f8491dd

Browse files
committed
Docker: Fix typo in mu-plugins for local dev setup
1 parent db28faa commit f8491dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mu-plugins/_loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// Enabled everywhere
4-
require_once __DIR__ . '/../relevanssi/relevanssi.php';
5-
require_once __DIR__ . '/../disable-emojis/disable-emojis.php';
4+
require_once __DIR__ . '/../plugins/relevanssi/relevanssi.php';
5+
require_once __DIR__ . '/../plugins/disable-emojis/disable-emojis.php';

0 commit comments

Comments
 (0)