Skip to content

Commit

Permalink
load_plugin_textdomain needs to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Dec 19, 2023
1 parent f7ff57b commit e77325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc-not-sold-separately.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static function init() {
*
* @since 2.2.0
*/
public function load_plugin_textdomain() {
public static function load_plugin_textdomain() {
load_plugin_textdomain( 'wc-not-sold-separately', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
}

Expand Down

0 comments on commit e77325a

Please sign in to comment.