Use 'roots/' for filters

This commit is contained in:
Ben Word
2014-03-30 21:23:00 -05:00
parent ea5699f284
commit 92cb5bc518
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ class Roots_Wrapping {
}
public function __toString() {
$this->templates = apply_filters('roots_wrap_' . $this->slug, $this->templates);
$this->templates = apply_filters('roots/wrap_' . $this->slug, $this->templates);
return locate_template($this->templates);
}