Ticket #7806: 7806.01.patch
File 7806.01.patch, 585 bytes (added by , 7 years ago) |
---|
-
src/bp-templates/bp-nouveau/includes/template-tags.php
1152 1152 $link_text = ''; 1153 1153 1154 1154 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 ); 1156 1156 1157 1157 } elseif ( 1158 1158 ( 'groups' === $bp_nouveau->displayed_nav || 'personal' === $bp_nouveau->displayed_nav )