summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/custom-header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/custom-header.php')
-rw-r--r--www/crm/wp-admin/custom-header.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/crm/wp-admin/custom-header.php b/www/crm/wp-admin/custom-header.php
index 3ad1d271..2cf26600 100644
--- a/www/crm/wp-admin/custom-header.php
+++ b/www/crm/wp-admin/custom-header.php
@@ -488,9 +488,9 @@ class Custom_Image_Header {
</div>
<?php } ?>
-<h3><?php _e( 'Header Image' ); ?></h3>
+<h2><?php _e( 'Header Image' ); ?></h2>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tbody>
<?php if ( get_custom_header() || display_header_text() ) : ?>
@@ -628,7 +628,7 @@ class Custom_Image_Header {
<form method="post" action="<?php echo esc_url( add_query_arg( 'step', 1 ) ); ?>">
<?php submit_button( null, 'screen-reader-text', 'save-header-options', false ); ?>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tbody>
<?php if ( get_uploaded_header_images() ) : ?>
<tr>
@@ -687,9 +687,9 @@ class Custom_Image_Header {
<?php if ( current_theme_supports( 'custom-header', 'header-text' ) ) : ?>
-<h3><?php _e( 'Header Text' ); ?></h3>
+<h2><?php _e( 'Header Text' ); ?></h2>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tbody>
<tr>
<th scope="row"><?php _e( 'Header Text' ); ?></th>