Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/29/2020 04:02:35 PM (6 years ago)
Author:
imath
Message:

Move Avatars & Cover from xProfile to Members component : step 5

  • Adapt Cover functions to relate to the Members component.
  • Deprecate functions no more used.
  • Add the handler to change the cover into the Members component.

See #8156

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-template.php

    r12429 r12558  
    913913 */
    914914function bp_group_use_cover_image_header() {
    915     return (bool) bp_is_active( 'groups', 'cover_image' ) && ! bp_disable_group_cover_image_uploads() && bp_attachments_is_wp_version_supported();
     915    return (bool) bp_is_active( 'groups', 'cover_image' ) && ! bp_disable_group_cover_image_uploads();
    916916}
    917917
Note: See TracChangeset for help on using the changeset viewer.