- Timestamp:
- 07/27/2023 11:01:08 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/customizer.php
r13145 r13529 4 4 * 5 5 * @since 3.0.0 6 * @version 1 0.0.06 * @version 12.0.0 7 7 */ 8 8 … … 83 83 */ 84 84 $settings = apply_filters( 'bp_nouveau_customizer_settings', array( 85 'bp_nouveau_appearance[avatar_style]' => array(86 'index' => 'avatar_style',87 'capability' => 'bp_moderate',88 'sanitize_callback' => 'absint',89 'transport' => 'refresh',90 'type' => 'option',91 ),92 85 'bp_nouveau_appearance[user_front_page]' => array( 93 86 'index' => 'user_front_page', … … 228 221 229 222 $controls = array( 230 'bp_site_avatars' => array(231 'label' => __( 'Use the round style for member and group avatars.', 'buddypress' ),232 'section' => 'bp_nouveau_general_settings',233 'settings' => 'bp_nouveau_appearance[avatar_style]',234 'type' => 'checkbox',235 ),236 223 'user_front_page' => array( 237 224 'label' => __( 'Enable default front page for member profiles.', 'buddypress' ),
Note: See TracChangeset
for help on using the changeset viewer.