From 4c209b6b16b098704587e01d019b029c720aae78 Mon Sep 17 00:00:00 2001 From: Kaspars Date: Mon, 14 Dec 2015 17:31:53 +0200 Subject: [PATCH] Sync method visibility --- include/minit-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minit-js.php b/include/minit-js.php index fe09680..3c99732 100644 --- a/include/minit-js.php +++ b/include/minit-js.php @@ -14,7 +14,7 @@ function __construct( $plugin ) { } - function init() { + public function init() { // Queue all assets add_filter( 'print_scripts_array', array( $this, 'register' ) );