Skip to content

Commit

Permalink
Soil: Activation updates for latest version (roots#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Aug 30, 2020
1 parent 24ac51d commit 1d4f567
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@
* Enable features from Soil when plugin is activated
* @link https://roots.io/plugins/soil/
*/
add_theme_support('soil-clean-up');
add_theme_support('soil-nav-walker');
add_theme_support('soil-nice-search');
add_theme_support('soil-relative-urls');
add_theme_support('soil', [
'clean-up',
'nav-walker',
'nice-search',
'relative-urls'
]);

/**
* Enable plugins to manage the document title
Expand Down

0 comments on commit 1d4f567

Please sign in to comment.