- Timestamp:
- 07/15/2021 09:01:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/functions.php
r13000 r13009 639 639 'avatar_style' => 0, 640 640 'global_alignment' => 'alignwide', 641 'user_front_page' => 1,641 'user_front_page' => 0, 642 642 'user_front_bio' => 0, 643 643 'user_nav_display' => 0, // O is default (horizontally). 1 is vertically. … … 661 661 if ( bp_is_active( 'groups' ) ) { 662 662 $default_args = array_merge( $default_args, array( 663 'group_front_page' => 1,664 'group_front_boxes' => 1,663 'group_front_page' => 0, 664 'group_front_boxes' => 0, 665 665 'group_front_description' => 0, 666 666 'group_nav_display' => 0, // O is default (horizontally). 1 is vertically.
Note: See TracChangeset
for help on using the changeset viewer.