Skip to content

Commit 8cdddcc

Browse files
committed
Fix
1 parent 27ce381 commit 8cdddcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/MslsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct( MslsOptions $options ) {
3838
* @return MslsPlugin
3939
*/
4040
public static function init() {
41-
$obj = new self( MslsOptions::instance() );
41+
$obj = new self( msls_options() );
4242

4343
add_action( 'plugins_loaded', [ $obj, 'init_i18n_support' ] );
4444

0 commit comments

Comments
 (0)