Browse Source

Fix coding standards.

pull/25/head
Ned Zimmerman 8 years ago
parent
commit
3cd4990e94
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 2
      app/filters.php

2
app/filters.php

@ -67,7 +67,7 @@ add_filter('comments_template', function ($comments_template) {
/** /**
* Fix Controller path * Fix Controller path
*/ */
add_filter('sober/controller/path', function() { add_filter('sober/controller/path', function () {
return get_template_directory() . '/app/controllers'; return get_template_directory() . '/app/controllers';
}); });

Loading…
Cancel
Save