Skip to:
Content

BuddyPress.org

Ticket #8254: 8254.diff

File 8254.diff, 442 bytes (added by itowhid06, 7 years ago)
  • src/bp-core/bp-core-avatars.php

    diff --git a/src/bp-core/bp-core-avatars.php b/src/bp-core/bp-core-avatars.php
    index 29d62d720..8c7fec7fa 100644
    a b function bp_core_fetch_avatar( $args = '' ) {  
    710710 * @return bool True on success, false on failure.
    711711 */
    712712function bp_core_delete_existing_avatar( $args = '' ) {
     713        global $current_blog;
    713714
    714715        $defaults = array(
    715716                'item_id'    => false,