Skip to:
Content

BuddyPress.org

Changeset 7888


Ignore:
Timestamp:
02/15/2014 01:25:12 PM (10 years ago)
Author:
djpaul
Message:

xProfile: bp_get_the_profile_group_description() should return a value, not echo it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-template.php

    r7764 r7888  
    268268    function bp_get_the_profile_group_description() {
    269269        global $group;
    270         echo apply_filters( 'bp_get_the_profile_group_description', $group->description );
     270        return apply_filters( 'bp_get_the_profile_group_description', $group->description );
    271271    }
    272272
Note: See TracChangeset for help on using the changeset viewer.