Skip to:
Content

BuddyPress.org

Ticket #8238: bp-core-attachments.patch

File bp-core-attachments.patch, 636 bytes (added by shanebp, 5 years ago)
  • src/bp-core/bp-core-attachments.php

     src/bp-core/bp-core-attachments.php | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/bp-core/bp-core-attachments.php b/src/bp-core/bp-core-attachments.php
    index bcdd0b675..c1f3d268b 100644
    a b function bp_attachments_get_group_has_cover_image( $group_id = 0 ) { 
    11511151                'item_id'    => $group_id,
    11521152        ) );
    11531153
    1154         return (bool) apply_filters( 'bp_attachments_get_user_has_cover_image', $cover_src, $group_id );
     1154        return (bool) apply_filters( 'bp_attachments_get_group_has_cover_image', $cover_src, $group_id );
    11551155}
    11561156
    11571157/**