Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 07:10:17 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: improve heading levels on the Group creation/mgnt screens.

See #7728

Props mercime

File:
1 edited

Legend:

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

    r11913 r12077  
    66 */
    77?>
    8 <h2 class="bp-screen-title <?php if ( bp_is_group_create() ) { echo esc_attr( 'creation-step-name' ); } ?>">
    9     <?php _e( 'Group Avatar', 'buddypress' ); ?>
    10 </h2>
     8
     9<?php if ( bp_is_group_create() ) : ?>
     10
     11    <h3 class="bp-screen-title creation-step-name">
     12        <?php esc_html_e( 'Upload Group Avatar', 'buddypress' ); ?>
     13    </h3>
     14
     15<?php else : ?>
     16
     17    <h2 class="bp-screen-title">
     18        <?php esc_html_e( 'Change Group Avatar', 'buddypress' ); ?>
     19    </h2>
     20
     21<?php endif; ?>
    1122
    1223<?php if ( ! bp_is_group_create() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.