Skip to:
Content

BuddyPress.org

Ticket #7806: 7806.01.patch

File 7806.01.patch, 585 bytes (added by r-a-y, 7 years ago)
  • src/bp-templates/bp-nouveau/includes/template-tags.php

     
    11521152                $link_text  = '';
    11531153
    11541154                if ( 'directory' === $bp_nouveau->displayed_nav && ! empty( $nav_item->text ) ) {
    1155                         $link_text = $nav_item->text;
     1155                        $link_text = _bp_strip_spans_from_title( $nav_item->text );
    11561156
    11571157                } elseif (
    11581158                        ( 'groups' === $bp_nouveau->displayed_nav || 'personal' === $bp_nouveau->displayed_nav )