Skip to content

Commit

Permalink
remove some default arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 24, 2024
1 parent e738da4 commit 14ec07e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions includes/class-scliveticker.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static function init(): void {
}

// Load Textdomain.
load_plugin_textdomain( 'stklcode-liveticker', false );
load_plugin_textdomain( 'stklcode-liveticker' );

// Allow shortcodes in widgets.
add_filter( 'widget_text', 'do_shortcode' );
Expand Down Expand Up @@ -289,8 +289,7 @@ public static function enqueue_resources(): void {
'sclt-css',
SCLIVETICKER_BASE . 'styles/liveticker.min.css',
'',
self::VERSION,
'all'
self::VERSION
);
}
}
Expand Down

0 comments on commit 14ec07e

Please sign in to comment.