Changeset 54351 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 09/28/2022 10:17:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r53060 r54351 238 238 * @return bool True if the text domain was successfully localized, false otherwise. 239 239 */ 240 function wp_set_script_translations( $handle, $domain = 'default', $path = null) {240 function wp_set_script_translations( $handle, $domain = 'default', $path = '' ) { 241 241 global $wp_scripts; 242 242
Note: See TracChangeset
for help on using the changeset viewer.