strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Heading level incorrect #25

Closed lutrov closed 3 years ago

lutrov commented 7 years ago

Wordpress have changed heading level hierarchy back in V4.4, so instead of:

`<h3><?php _e( 'Avatar', 'basic-user-avatars' ); ?></h3>`

it should be:

`<h2><?php _e( 'Avatar', 'basic-user-avatars' ); ?></h2>`
andrewlimaza commented 3 years ago

Thanks for this, this has been fixed and should be out in the near future.