Changeset 7934
- Timestamp:
- 02/19/2014 12:32:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-classes.php
r7903 r7934 161 161 */ 162 162 public function __construct( $id = null, $args = array() ) { 163 $this->args = $args; 163 $this->args = wp_parse_args( $args, array( 164 'populate_extras' => true, 165 ) ); 164 166 165 167 if ( !empty( $id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.