Changeset 52937 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 03/15/2022 03:57:57 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r52610 r52937 600 600 601 601 if ( ! $json_translations ) { 602 // Register empty locale data object to ensure the domain still exists. 603 $json_translations = '{ "locale_data": { "messages": { "": {} } } }'; 602 return false; 604 603 } 605 604
Note: See TracChangeset
for help on using the changeset viewer.