Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/10/2023 06:22:42 AM (22 months ago)
Author:
imath
Message:

Core, Activity: remove more never used inited variables in functions

Props upadalavipul, kajalgohel, viralsampat

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

File:
1 edited

Legend:

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

    r13414 r13500  
    520520    protected function extract_embeds( $richtext, $plaintext, $extra_args = array() ) {
    521521        $data   = array( 'has' => array( 'embeds' => 0 ), 'embeds' => array() );
    522         $embeds = array();
    523522
    524523        if ( ! function_exists( '_wp_oembed_get_object' ) ) {
Note: See TracChangeset for help on using the changeset viewer.