afragen / wordpress-beta-tester

WordPress Beta Tester plugin
https://wordpress.org/plugins/wordpress-beta-tester/
30 stars 24 forks source link

Warning in a site running WP 6.7 beta1 #79

Open mrleemon opened 19 hours ago

mrleemon commented 19 hours ago

Bug Report

Description

Using the plugin in a WordPress site running WP 6.7 beta1 throws the following warning:

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-beta-tester domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Please see [Debugging in WordPress](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/) for more information. (This message was added in version 6.7.0.) in xxxxxx\wp-includes\functions.php on line 6099

Environment

Steps to Reproduce

  1. Install WordPress Beta Tester plugin in a site running WP 6.7 beta1
  2. Add define( 'WP_DEBUG', true ); to the wp-config.php file
  3. 🐞 Bug occurs.

Expected Results

  1. ✅ What should happen.

Actual Results

  1. ❌ What actually happened.
afragen commented 13 hours ago

Thanks for the report. I've been seeing that a lot too.

afragen commented 3 hours ago

I don’t think core wants us to specifically load the text domain any longer.