Changeset 2622 for trunk/bp-themes/bp-default/activity/post-form.php
- Timestamp:
- 02/08/2010 12:33:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/post-form.php
r2552 r2622 41 41 <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ) ?></option> 42 42 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(); ?> 44 44 <option value="<?php bp_group_id() ?>"><?php bp_group_name() ?></option> 45 45 <?php endwhile; endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.