Close #638 - Add add_theme_support for Nice Search

This commit is contained in:
Ben Word
2013-01-27 20:42:40 -06:00
parent edfb82618a
commit 433ad26e4d
4 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ add_theme_support('root-relative-urls'); // Enable relative URLs
add_theme_support('rewrite-urls'); // Enable URL rewrites
add_theme_support('h5bp-htaccess'); // Enable HTML5 Boilerplate's .htaccess
add_theme_support('bootstrap-top-navbar'); // Enable Bootstrap's fixed navbar
add_theme_support('nice-search'); // Enable /?s= to /search/ redirect
/**