Changeset 13504 for trunk/src/bp-core/classes/class-bp-block.php
- Timestamp:
- 06/19/2023 06:09:44 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-block.php
r13500 r13504 285 285 286 286 // Try to load the translation. 287 $translated =wp_set_script_translations( $this->block->editor_script, $translation_domain, $translation_dir );287 wp_set_script_translations( $this->block->editor_script, $translation_domain, $translation_dir ); 288 288 } 289 289 }
Note: See TracChangeset
for help on using the changeset viewer.