summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/custom-header.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-10-04 16:03:20 -0300
committerYaco <franco@reevo.org>2019-10-04 16:03:20 -0300
commitac6bedd68a70d744a927494351100e6bfabfe14e (patch)
tree7a9a7967a6244008edbc27055b205d936cb45b02 /www/crm/wp-admin/custom-header.php
parentb25b94b8b0aacab5a5a38bb107201c7f92c083ab (diff)
Actualiza WP a 5.2.3
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>