Skip to:
Content

BuddyPress.org


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

Templates, Nouveau: improve heading levels and classes for member templates.

Props mercime, imath

See #7728

File:
1 edited

Legend:

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

    r11899 r12078  
    1616</nav><!-- .item-list-tabs#subnav -->
    1717
     18<h2 class="bp-screen-title<?php echo ( bp_displayed_user_has_front_template() ) ? ' bp-screen-reader-text' : ''; ?>">
     19    <?php esc_html_e( 'Member Activities', 'buddypress' ); ?>
     20</h2>
     21
    1822<?php bp_nouveau_activity_member_post_form(); ?>
    19 
    2023
    2124<?php bp_get_template_part( 'common/search-and-filters-bar' ); ?>
Note: See TracChangeset for help on using the changeset viewer.