Changes between Initial Version and Version 1 of Ticket #62519, comment 4
- Timestamp:
- 11/22/2024 02:06:06 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62519, comment 4
initial v1 1 1 The erros is there. 2 The plugins calls a translation (eg. ''__(...)'') and WordPress fails to load a language file, for the translation.2 The plugins calls a translation (eg. _ _() ) and WordPress fails to load a language file, for the translation. 3 3 This is definitely doing something wrong. 4 This happens especially when calling ''_ _()'' before ''load_plugin_textdomain()''.4 This happens especially when calling ''_ _()'' before ''load_plugin_textdomain()''. 5 5 Please reconsider, your statement.