• I got this error “Notice: Function _load_textdomain_just_in_time was called incorrectly….”  when update to WordPress 6.8.

    Please kindly check, thank you.

    • This topic was modified 1 year, 1 month ago by chlara.
Viewing 1 replies (of 1 total)
  • jordanwebdev

    (@jordanwebdev)

    includes/class-weather-atlas.php. If we get rid of the translation here it works, but this then limits the text to English only. There’s probably a way to have this construct run through init instead of doing it like this.


    /*$widget_ops = array (
    'description' => __( 'Display current conditions and weather forecast on your website.', 'weather-atlas' )
    );*/

    $widget_ops = array (
    'description' => 'Display current conditions and weather forecast on your website.'
    );
Viewing 1 replies (of 1 total)

The topic ‘Compatibility issue with WordPress 6.8’ is closed to new replies.