Changeset 44239 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 12/16/2018 10:23:34 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43878
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/class.wp-scripts.php
r44169 r44239 547 547 548 548 $output = '(function( translations ){' . 549 'wp.i18n.setLocaleData( translations.locale_data, "' . $domain . '" );' . 549 'translations.locale_data.messages[""].domain = "' . $domain . '";' . 550 'wp.i18n.setLocaleData( translations.locale_data.messages, "' . $domain . '" );' . 550 551 '})(' . $json_translations . ');'; 551 552
Note: See TracChangeset
for help on using the changeset viewer.