Ticket #8892: 8892.8.patch
File 8892.8.patch, 1.1 KB (added by , 18 months ago) |
---|
-
src/bp-core/classes/class-bp-block.php
283 283 */ 284 284 $translation_domain = apply_filters( 'bp_block_translation_domain', $textdomain, $this->block->editor_script, $name ); 285 285 286 // Try to load the translation.287 $translated = wp_set_script_translations( $this->block->editor_script, $translation_domain, $translation_dir );288 286 } 289 287 } 290 288 } -
src/bp-core/classes/class-bp-core-bp-options-nav-backcompat.php
120 120 121 121 if ( ! $nav ) { 122 122 $component_nav = $this->get_component_nav( $offset ); 123 $secondary_nav = $component_nav->get_secondary( array( 'slug' => $offset ), false );124 123 125 124 $nav = array(); 126 125