Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/11/2020 08:18:24 PM (4 years ago)
Author:
mercime
Message:

Hello BuddyPress modal: Update markup.

Raise heading level of the document title and add style support.

See #8270.

File:
1 edited

Legend:

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

    r12645 r12648  
    634634
    635635        <div id="bp-hello-container">
    636             <div id="plugin-information-scrollable">
     636            <div id="plugin-information-scrollable" role="document">
    637637                <div id='plugin-information-title' class="with-banner">
    638638                    <div class='vignette'></div>
    639                     <h2>
     639                    <h1>
    640640                        <?php printf(
    641641                            /* translators: %s is the placeholder for the BuddyPress version number. */
     
    643643                            $version
    644644                        ); ?>
    645                     </h2>
     645                    </h1>
    646646                </div>
    647647                <div id="plugin-information-tabs">
Note: See TracChangeset for help on using the changeset viewer.