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/activity.php

    r11976 r12079  
    88?>
    99
     10<h2 class="bp-screen-title<?php echo ( ! bp_is_group_home() ) ? ' bp-screen-reader-text' : ''; ?>">
     11    <?php esc_html_e( 'Group Activities', 'buddypress' ); ?>
     12</h2>
     13
    1014<?php bp_nouveau_groups_activity_post_form(); ?>
    11 
    1215
    1316<div class="subnav-filters filters clearfix">
     
    2427</div><!-- // .subnav-filters -->
    2528
    26 
    2729<?php bp_nouveau_group_hook( 'before', 'activity_content' ); ?>
    2830
Note: See TracChangeset for help on using the changeset viewer.