Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/27/2023 11:01:08 AM (2 years ago)
Author:
imath
Message:

BP Nouveau: remove the Avatar style Customizer option

Letting the theme deal with avatar style, so that it's rendered consistently everywhere on the site, is a better option.

Props iamthewebb

Fixes 8273
Closes https://github.com/buddypress/buddypress/pull/141

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/functions.php

    r13464 r13529  
    44 *
    55 * @since 3.0.0
    6  * @version 10.0.0
     6 * @version 12.0.0
    77 */
    88
     
    641641function bp_nouveau_get_appearance_settings( $option = '' ) {
    642642    $default_args = array(
    643         'avatar_style'       => 0,
    644643        'global_alignment'   => 'alignwide',
    645644        'user_front_page'    => 0,
Note: See TracChangeset for help on using the changeset viewer.