|
49 | 49 | }
|
50 | 50 |
|
51 | 51 | $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, }, |
58 | 58 | ]
|
59 | 59 |
|
60 | 60 | if $site['enable_static_index'] {
|
|
0 commit comments