Skip to:
Content

BuddyPress.org

Changeset 12070


Ignore:
Timestamp:
05/09/2018 12:10:37 PM (7 years ago)
Author:
imath
Message:

BP Nouveau - customizer: explain how to reorder single nav items

Into the Group and User navigation customizer sections, inform the admin about how he can reorder single nav items.

Fixes #7805

File:
1 edited

Legend:

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

    r11967 r12070  
    5555
    5656            if ( $item_nav ) {
    57                 $guide = __( 'All the possible group nav items are listed below, in some groups some of these nav items might not be active.', 'buddypress' );
     57                $guide = __( 'Drag each possible group nav items that are listed below into the order you prefer, in some groups some of these nav items might not be active.', 'buddypress' );
    5858            }
    5959
     
    6161        } else {
    6262            $item_nav = bp_nouveau_member_customizer_nav();
     63
     64            $guide = __( 'Drag each possible user nav items that are listed below into the order you prefer.', 'buddypress' );
    6365        }
    6466        ?>
Note: See TracChangeset for help on using the changeset viewer.