Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2010 12:33:13 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/post-form.php

    r2552 r2622  
    4141                        <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ) ?></option>
    4242
    43                         <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100' ) ) : while ( bp_groups() ) : bp_the_group(); ?>
     43                        <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0' ) ) : while ( bp_groups() ) : bp_the_group(); ?>
    4444                            <option value="<?php bp_group_id() ?>"><?php bp_group_name() ?></option>
    4545                        <?php endwhile; endif; ?>
Note: See TracChangeset for help on using the changeset viewer.