Skip to:
Content

BuddyPress.org

Changeset 5728


Ignore:
Timestamp:
02/11/2012 09:25:18 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Change type to alphabetical when looking at friend requests to allow inactive users to appear. See #3997.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/friends/requests.php

    r4205 r5728  
    11<?php do_action( 'bp_before_member_friend_requests_content' ) ?>
    22
    3 <?php if ( bp_has_members( 'include=' . bp_get_friendship_requests() ) ) : ?>
     3<?php if ( bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() ) ) : ?>
    44
    55    <div id="pag-top" class="pagination no-ajax">
Note: See TracChangeset for help on using the changeset viewer.