Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2020 08:58:20 PM (4 years ago)
Author:
imath
Message:

Administration: improve BP Admin header titles consistency

This is a follow up of [12724]. It makes sure BP Admin headers titles (<h1>) are including the .wp-heading-inline class and are followed by an <hr> tag having the .wp-header-end class.

Fixes #8364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-admin.php

    r12724 r12725  
    21962196
    21972197        <div class="wrap">
    2198             <h1><?php echo esc_html( $header_text ); ?></h1>
     2198            <h1 class="wp-heading-inline"><?php echo esc_html( $header_text ); ?></h1>
     2199            <hr class="wp-header-end">
     2200
    21992201            <p><?php echo esc_html( $helper_text ); ?></p>
    22002202
Note: See TracChangeset for help on using the changeset viewer.