fixed subscribe in comments

This commit is contained in:
Jonathan Labreuille
2016-02-09 16:55:00 +01:00
parent 2ae3d8ebdf
commit cac995e15b
4 changed files with 24 additions and 9 deletions

View File

@ -11,8 +11,7 @@ class Localizer {
function init() {
add_action(
'init',
array($this, 'setup'),
0
array($this, 'setup')
);
}