Skip to:
Content

BuddyPress.org

Ticket #7301: 7301.patch

File 7301.patch, 472 bytes (added by hnla, 8 years ago)

Add user 'type' token to body class on bp_user screens.

  • src/bp-core/bp-core-template.php

     
    32983298
    32993299                if ( bp_is_user() ) {
    33003300                        $bp_classes[] = 'bp-user';
     3301
     3302                        if ( bp_get_member_type( bp_displayed_user_id() ) ) {
     3303                                $bp_classes[] = bp_get_member_type( bp_displayed_user_id() );
     3304                        }
    33013305                }
    33023306
    33033307                if ( ! bp_is_directory() ) {