diff --git src/bp-templates/bp-nouveau/includes/functions.php src/bp-templates/bp-nouveau/includes/functions.php
index abbca46ca..b5a44e6e8 100644
|
|
|
function bp_nouveau_get_appearance_settings( $option = '' ) { |
| 638 | 638 | $default_args = array( |
| 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. |
| 644 | 644 | 'user_nav_tabs' => 0, |
| … |
… |
function bp_nouveau_get_appearance_settings( $option = '' ) { |
| 660 | 660 | |
| 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. |
| 667 | 667 | 'group_nav_order' => array(), |