Changeset 1612 for branches/1.0/bp-groups/bp-groups-widgets.php
- Timestamp:
- 07/15/2009 07:54:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-groups/bp-groups-widgets.php
r1602 r1612 26 26 . $widget_name 27 27 . $after_title; ?> 28 29 <?php30 if ( empty( $instance['max_groups'] ) || !$instance['max_groups'] )31 $instance['max_groups'] = 5; ?>32 28 33 29 <?php if ( bp_has_site_groups( 'type=popular&max=' . $instance['max_groups'] ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.