Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62519, comment 4


Ignore:
Timestamp:
11/22/2024 02:06:06 PM (13 months ago)
Author:
babelhalsupport
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62519, comment 4

    initial v1  
    11The erros is there.
    2 The plugins calls a translation (eg. ''__(...)'') and WordPress fails to load a language file, for the translation.
     2The plugins calls a translation (eg. _ _() ) and WordPress fails to load a language file, for the translation.
    33This is definitely doing something wrong.
    4 This happens especially when calling ''__()'' before ''load_plugin_textdomain()''.
     4This happens especially when calling ''_ _()'' before ''load_plugin_textdomain()''.
    55Please reconsider, your statement.