Skip to:
Content

BuddyPress.org

Changeset 11004


Ignore:
Timestamp:
08/09/2016 07:35:45 PM (7 years ago)
Author:
mercime
Message:

Accessibility: Bump heading in profile-wp.php.

Fixes #7215.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php

    r10181 r11004  
    2626
    2727    <div class="bp-widget wp-profile">
    28         <h4><?php bp_is_my_profile() ? _e( 'My Profile', 'buddypress' ) : printf( __( "%s's Profile", 'buddypress' ), bp_get_displayed_user_fullname() ); ?></h4>
     28        <h2><?php bp_is_my_profile() ? _e( 'My Profile', 'buddypress' ) : printf( __( "%s's Profile", 'buddypress' ), bp_get_displayed_user_fullname() ); ?></h2>
    2929
    3030        <table class="wp-profile-fields">
Note: See TracChangeset for help on using the changeset viewer.