[buddypress-trac] [BuddyPress Trac] #6356: Filtering the group invites list
buddypress-trac
noreply at wordpress.org
Wed Apr 8 00:22:17 UTC 2015
#6356: Filtering the group invites list
--------------------------------+------------------------------
Reporter: henry.wright | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - Groups | Version: 2.2.1
Severity: normal | Resolution:
Keywords: |
--------------------------------+------------------------------
Comment (by henry.wright):
Hey @hnla
Doing the following in the invites-loop.php template file assumes
{{{bp_get_new_group_invite_friend_list()}}} will always return {{{<li>}}}
items:
{{{
<ul>
<?php bp_new_group_invite_friend_list(); ?>
</ul>
}}}
In my case, it returns {{{false}}}, so the output on the page is:
{{{
<ul>
</ul>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6356#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list