summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/options-reading.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/options-reading.php
parentb25b94b8b0aacab5a5a38bb107201c7f92c083ab (diff)
Actualiza WP a 5.2.3
Diffstat (limited to 'www/crm/wp-admin/options-reading.php')
-rw-r--r--www/crm/wp-admin/options-reading.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crm/wp-admin/options-reading.php b/www/crm/wp-admin/options-reading.php
index 636b6d12..5921e86e 100644
--- a/www/crm/wp-admin/options-reading.php
+++ b/www/crm/wp-admin/options-reading.php
@@ -61,7 +61,7 @@ if ( ! in_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', '
<?php if ( ! get_pages() ) : ?>
<input name="show_on_front" type="hidden" value="posts" />
-<table class="form-table">
+<table class="form-table" role="presentation">
<?php
if ( 'posts' != get_option( 'show_on_front' ) ) :
update_option( 'show_on_front', 'posts' );
@@ -72,7 +72,7 @@ else :
update_option( 'show_on_front', 'posts' );
}
?>
-<table class="form-table">
+<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php _e( 'Your homepage displays' ); ?></th>
<td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Your homepage displays' ); ?></span></legend>