feat: remove compilation command
Compare changes
- Bartek Jaskulski authored
This reverts commit fa051ae0. This commit was wrong, as translation files may be registered at `plugins_loaded`, it's the i18n functions (e.g. `__`) that should be deferred after `init` hook.
+ 10
− 3
@@ -7,8 +7,7 @@ use WPDesk\Init\Plugin\Plugin;
@@ -23,10 +22,18 @@ class I18n implements Hookable {