Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46089, comment 17


Ignore:
Timestamp:
02/04/2021 05:53:32 AM (5 years ago)
Author:
noisysocks
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46089, comment 17

    initial v1  
    33It looks as though we need the workaround in GB28279 even if this bug is fixed, though. This is because WordPress will print a script’s translations **before** it prints the script. This means that `wp-i18n`’s translations will try to call `wp.i18n.setLocaleData()` before `wp.i18n` is defined.
    44
    5 For this reason I am moving this ticket tout of 5.7 and will create a new ticket which implements the workaround in GB28279.
     5For this reason I am moving this ticket out of 5.7 and will create a new ticket which implements the workaround in GB28279.