Changeset 43878 for branches/5.0/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 11/08/2018 11:33:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class.wp-scripts.php
r43859 r43878 533 533 534 534 $output = '(function( translations ){' . 535 'wp.i18n.setLocaleData( translations.locale_data, "' . $domain . '" );' . 535 'translations.locale_data.messages[""].domain = "' . $domain . '";' . 536 'wp.i18n.setLocaleData( translations.locale_data.messages, "' . $domain . '" );' . 536 537 '})(' . $json_translations . ');'; 537 538
Note: See TracChangeset
for help on using the changeset viewer.