Skip to content

Commit 8e32c1b

Browse files
committed
Fix
1 parent 8cdddcc commit 8e32c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MultisiteLanguageSwitcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
define( 'MSLS_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4545
define( 'MSLS_PLUGIN__FILE__', __FILE__ );
4646

47-
lloc\Msls\MslsPlugin::init();
48-
4947
/**
5048
* Get the output for using the links to the translations in your code
5149
*
@@ -155,4 +153,6 @@ function msls_blog_collection(): \lloc\Msls\MslsBlogCollection {
155153
function msls_options(): \lloc\Msls\MslsOptions {
156154
return \lloc\Msls\MslsOptions::instance();
157155
}
156+
157+
lloc\Msls\MslsPlugin::init();
158158
}

0 commit comments

Comments
 (0)