Skip to content

Commit

Permalink
Compat: Prevent load_textdomain_just_in_time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGStapleton authored Dec 15, 2024
1 parent 328d9fc commit 0aef1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class SiteOrigin_Panels_Compatibility {
public function __construct() {
add_action( 'admin_init', array( $this, 'admin_init' ) );
add_action( 'plugins_loaded', array( $this, 'init' ), 100 );
add_action( 'init', array( $this, 'init' ), 100 );
}

public static function single() {
Expand Down

0 comments on commit 0aef1fd

Please sign in to comment.