Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 07:22:24 PM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: improve heading on further Groups templates.

Props mercime, imath

Fixes #7728

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/groups/single/members.php

    r11899 r12079  
    88
    99
    10     <div class="subnav-filters filters clearfix no-subnav">
     10<div class="subnav-filters filters clearfix no-subnav">
    1111
    12             <?php bp_nouveau_search_form(); ?>
     12    <?php bp_nouveau_search_form(); ?>
    1313
    14         <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?>
     14    <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?>
    1515
    16     </div>
     16</div>
     17
     18<h2 class="bp-screen-title">
     19    <?php esc_html_e( 'Membership List', 'buddypress' ); ?>
     20</h2>
    1721
    1822
Note: See TracChangeset for help on using the changeset viewer.