Changeset 7895
- Timestamp:
- 02/16/2014 09:34:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/activity/post-form.php
r6840 r7895 45 45 <option selected="selected" value="0"><?php _e( 'My Profile', 'buddypress' ); ?></option> 46 46 47 <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0 ' ) ) :47 <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0&update_meta_cache=0' ) ) : 48 48 while ( bp_groups() ) : bp_the_group(); ?> 49 49
Note: See TracChangeset
for help on using the changeset viewer.