- Timestamp:
- 05/21/2018 01:01:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/bp-templates/bp-nouveau/includes/customizer.php
r12082 r12105 44 44 ), 45 45 'bp_nouveau_user_front_page' => array( 46 'title' => __( ' User front page', 'buddypress' ),46 'title' => __( 'Member front page', 'buddypress' ), 47 47 'panel' => 'bp_nouveau_panel', 48 48 'priority' => 30, 49 'description' => __( 'Configure the default front page for users.', 'buddypress' ),49 'description' => __( 'Configure the default front page for members.', 'buddypress' ), 50 50 ), 51 51 'bp_nouveau_user_primary_nav' => array( 52 'title' => __( ' User navigation', 'buddypress' ),52 'title' => __( 'Member navigation', 'buddypress' ), 53 53 'panel' => 'bp_nouveau_panel', 54 54 'priority' => 50, 55 'description' => __( 'Customize the navigation menu for users. In the preview window, navigate to a user to preview your changes.', 'buddypress' ),55 'description' => __( 'Customize the navigation menu for members. In the preview window, navigate to a user to preview your changes.', 'buddypress' ), 56 56 ), 57 57 'bp_nouveau_loops_layout' => array( … … 230 230 ), 231 231 'user_front_bio' => array( 232 'label' => __( 'Display the biographical info from the user\'s WordPress profile.', 'buddypress' ),232 'label' => __( 'Display the biographical info from the member\'s WordPress profile.', 'buddypress' ), 233 233 'section' => 'bp_nouveau_user_front_page', 234 234 'settings' => 'bp_nouveau_appearance[user_front_bio]', … … 236 236 ), 237 237 'user_nav_display' => array( 238 'label' => __( 'Display the user navigation vertically.', 'buddypress' ),238 'label' => __( 'Display the member navigation vertically.', 'buddypress' ), 239 239 'section' => 'bp_nouveau_user_primary_nav', 240 240 'settings' => 'bp_nouveau_appearance[user_nav_display]',
Note: See TracChangeset
for help on using the changeset viewer.