Skip to content

Commit

Permalink
Merge pull request #1243 from siteorigin/compat-prevent-load-text-dom…
Browse files Browse the repository at this point in the history
…ain-just-in-time

Compat: Prevent `load_textdomain_just_in_time`
  • Loading branch information
AlexGStapleton authored Dec 17, 2024
2 parents 328d9fc + 0aef1fd commit 2adfd24
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 2adfd24

Please sign in to comment.