Changeset 43898 for branches/5.0/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 11/15/2018 02:36:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/class.wp-scripts.php
r43878 r43898 529 529 530 530 if ( ! $json_translations ) { 531 return false; 531 // Register empty locale data object to ensure the domain still exists. 532 $json_translations = '{ "locale_data": { "messages": { "": {} } } }'; 532 533 } 533 534
Note: See TracChangeset
for help on using the changeset viewer.