Skip to content

Commit

Permalink
Switch h3 to h2 to better match WordPress core.
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJ committed Nov 18, 2016
1 parent a13e265 commit 83dd754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wp-user-avatars.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://profiles.wordpress.org/johnjamesjacoby/
* License: GPLv2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Description: Avatars for your users, without Gravatar
* Description: Allow registered users to upload & select their own avatars
* Version: 1.0.0
* Text Domain: wp-user-avatars
* Domain Path: /wp-user-avatars/assets/languages/
Expand Down Expand Up @@ -57,7 +57,7 @@ function wp_user_avatars_get_plugin_url() {
* @return int
*/
function wp_user_avatars_get_asset_version() {
return 201611170001;
return 201611170002;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion wp-user-avatars/assets/css/user-avatars.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
margin-right: 15px;
}

#wp-user-avatars-user-settings h3 {
#wp-user-avatars-user-settings h2 {
font-size: 14px;
padding: 8px 12px;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion wp-user-avatars/includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function wp_user_avatars_edit_user_profile( $user = 0 ) {
} ?>

<div id="wp-user-avatars-user-settings">
<h3><?php esc_html_e( 'Avatar','wp-user-avatars' ); ?></h3>
<h2><?php esc_html_e( 'Avatar','wp-user-avatars' ); ?></h2>

<?php wp_user_avatars_section_content( $user ); ?>

Expand Down

0 comments on commit 83dd754

Please sign in to comment.