| 1 | | Well, I'm definitely not suggesting hiding errors, but fatal errors may be still a bit too harsh. I'm just thinking this need to be reconsidered because obviously any decision regarding the translation system was made before PHP v8.0, so there's a chance that assumptions made back then would not hold up any more. |
| | 1 | Well, I'm definitely not suggesting hiding errors, but fatal errors may be still a bit too harsh. More like calling a `wp_trigger_error()` instead with a warning level. |
| | 2 | |
| | 3 | I'm just thinking this need to be reconsidered because obviously any decision regarding the translation system was made before PHP v8.0, so there's a chance that assumptions made back then would not hold up any more. |