Make WordPress Core

#63019 closed defect (bug) (invalid)

Function _load_textdomain_just_in_time was called incorrectly.

Reported by: rimarley's profile rimarley Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the genesis domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Change History (1)

#1 @audrasjb
14 months ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version 6.7.2 deleted

Hello and welcome to WordPress Core Trac,

As mentioned in the error message, this looks like an issue with the Genesis theme/plugin, not with WordPress Core. It appears the theme/plugin loads its translations too early.
Therefore, you should rather open a support message to the plugin/theme developer and point them to https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/ so that they can address this on their end.

Closing this ticket as invalid since it's not an issue with WordPress Core but with the implementation located in a plugin/theme.

Note: See TracTickets for help on using tickets.