Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2023 06:09:44 PM (2 years ago)
Author:
imath
Message:

Core, Messages & Templates: remove never used inited vars in functions

Props upadalavipul

Fixes #8892
Closes https://github.com/buddypress/buddypress/pull/118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-block.php

    r13500 r13504  
    285285
    286286                    // 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 );
    288288                }
    289289            }
Note: See TracChangeset for help on using the changeset viewer.