Skip to content

Commit db28faa

Browse files
committed
All: Move disable-emojis and relevanssi to plugins/
1 parent 86fc007 commit db28faa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4
-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 WPMU_PLUGIN_DIR . '/relevanssi/relevanssi.php';
5-
require 'disable-emojis/disable-emojis.php';
4+
require_once __DIR__ . '/../relevanssi/relevanssi.php';
5+
require_once __DIR__ . '/../disable-emojis/disable-emojis.php';

mu-plugins/disable-emojis

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../plugins/disable-emojis

mu-plugins/relevanssi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../plugins/relevanssi

plugins/index.php

100755100644
File mode changed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)