Skip to content

Commit 4a63d4f

Browse files
committed
wordpress: Update references from mu-plugins/ to plugins/
Ref https://github.com/jquery/jquery-wp-content/commits/d2a52b3e9d1.
1 parent bcdc3c3 commit 4a63d4f

File tree

1 file changed

+6
-6
lines changed
  • modules/profile/manifests/wordpress

1 file changed

+6
-6
lines changed

modules/profile/manifests/wordpress/docs.pp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
}
5050

5151
$base_plugins = [
52-
{ name => 'gilded-wordpress', path => '/srv/wordpress/jquery-wp-content/mu-plugins/gilded-wordpress.php', single_file => true, },
53-
{ name => 'redirects', path => '/srv/wordpress/jquery-wp-content/mu-plugins/redirects.php', single_file => true, },
54-
{ name => 'disable-emojis', path => '/srv/wordpress/jquery-wp-content/mu-plugins/disable-emojis/disable-emojis.php', single_file => true, },
55-
{ name => 'jquery-actions', path => '/srv/wordpress/jquery-wp-content/mu-plugins/jquery-actions.php', single_file => true, },
56-
{ name => 'jquery-filters', path => '/srv/wordpress/jquery-wp-content/mu-plugins/jquery-filters.php', single_file => true, },
57-
{ name => 'jquery-tags-on-pages', path => '/srv/wordpress/jquery-wp-content/mu-plugins/jquery-tags-on-pages.php', single_file => true, },
52+
{ name => 'gilded-wordpress', path => '/srv/wordpress/jquery-wp-content/plugins/gilded-wordpress.php', single_file => true, },
53+
{ name => 'redirects', path => '/srv/wordpress/jquery-wp-content/plugins/redirects.php', single_file => true, },
54+
{ name => 'disable-emojis', path => '/srv/wordpress/jquery-wp-content/plugins/disable-emojis/disable-emojis.php', single_file => true, },
55+
{ name => 'jquery-actions', path => '/srv/wordpress/jquery-wp-content/plugins/jquery-actions.php', single_file => true, },
56+
{ name => 'jquery-filters', path => '/srv/wordpress/jquery-wp-content/plugins/jquery-filters.php', single_file => true, },
57+
{ name => 'jquery-tags-on-pages', path => '/srv/wordpress/jquery-wp-content/plugins/jquery-tags-on-pages.php', single_file => true, },
5858
]
5959

6060
if $site['enable_static_index'] {

0 commit comments

Comments
 (0)