Skip to content

Commit d2a52b3

Browse files
committed
All: Move remaining mu-plugins/ to plugins/
1 parent 11ce1d6 commit d2a52b3

10 files changed

+278
-267
lines changed

mu-plugins/_loader.php

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

3-
// Enabled everywhere
3+
// Plugins enabled everywhere for local dev (jquery-wp-docker) and old WP-MU servers.
4+
//
5+
// For production, plugin enablement is managed via Puppet:
6+
// https://github.com/jquery/infrastructure-puppet/blob/staging/modules/profile/manifests/wordpress/docs.pp
7+
48
require_once __DIR__ . '/../plugins/disable-emojis/disable-emojis.php';
59
require_once __DIR__ . '/../plugins/gilded-wordpress.php';
10+
require_once __DIR__ . '/../plugins/jquery-actions.php';
11+
require_once __DIR__ . '/../plugins/jquery-filters.php';
12+
require_once __DIR__ . '/../plugins/jquery-tags-on-pages.php';
13+
require_once __DIR__ . '/../plugins/redirects.php';

mu-plugins/jquery-actions.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

mu-plugins/jquery-actions.php

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

mu-plugins/jquery-filters.php

Lines changed: 0 additions & 159 deletions
This file was deleted.

mu-plugins/jquery-filters.php

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

mu-plugins/jquery-tags-on-pages.php

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../plugins/jquery-tags-on-pages.php

mu-plugins/redirects.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

mu-plugins/redirects.php

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

mu-plugins/relevanssi

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)