Skip to content

Commit

Permalink
Merge pull request #1530 from mikaelmattsson/patch-1
Browse files Browse the repository at this point in the history
Add compatibility with WooCommerce Multilingual plugin
  • Loading branch information
retlehs committed Sep 23, 2015
2 parents a6c9d4d + 1a4f2ab commit dce3c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ public static function wrap($main) {
return new SageWrapping();
}
}
add_filter('template_include', [__NAMESPACE__ . '\\SageWrapping', 'wrap'], 99);
add_filter('template_include', [__NAMESPACE__ . '\\SageWrapping', 'wrap'], 109);

0 comments on commit dce3c27

Please sign in to comment.