summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/options-reading.php
diff options
context:
space:
mode:
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>