Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/29/2009 04:15:36 PM (16 years ago)
Author:
apeatling
Message:

Updating max groups to list in update post box to 100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-widgets.php

    r2155 r2156  
    5757                        <select id="whats-new-post-in" name="whats-new-post-in">
    5858                            <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ) ?></option>
    59                             <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical' ) ) : while ( bp_groups() ) : bp_the_group(); ?>
     59                            <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100' ) ) : while ( bp_groups() ) : bp_the_group(); ?>
    6060                                <option value="<?php bp_group_id() ?>"><?php bp_group_name() ?></option>
    6161                            <?php endwhile; endif; ?>
Note: See TracChangeset for help on using the changeset viewer.