| 1 | | It a PHP error handles extremely early in the bootstrap process, say in the wp-config.ph file, the WP_Shutdown_Handler will display an error message. This error message is run through the __ translation functions, but as the functions do not exist yet, these string fail to translated. Other parts of core, like wp-db class call the `wp_load_translations_early` function to fix this issue. |
| | 1 | It a PHP error handles extremely early in the bootstrap process, say in the wp-config.ph file, the WP_Shutdown_Handler will display an error message. This error message is run through the `__` translation functions, but as the functions do not exist yet, these string fail to translated. Other parts of core, like wp-db class call the `wp_load_translations_early` function to fix this issue. |