summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/includes/ms.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/includes/ms.php')
-rw-r--r--www/crm/wp-admin/includes/ms.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/crm/wp-admin/includes/ms.php b/www/crm/wp-admin/includes/ms.php
index 6d997f9c..54d638f6 100644
--- a/www/crm/wp-admin/includes/ms.php
+++ b/www/crm/wp-admin/includes/ms.php
@@ -802,7 +802,7 @@ function avoid_blog_page_permalink_collision( $data, $postarr ) {
*/
function choose_primary_blog() {
?>
- <table class="form-table">
+ <table class="form-table" role="presentation">
<tr>
<?php /* translators: My sites label */ ?>
<th scope="row"><label for="primary_blog"><?php _e( 'Primary Site' ); ?></label></th>
@@ -914,7 +914,7 @@ function confirm_delete_users( $users ) {
$site_admins = get_super_admins();
$admin_out = '<option value="' . esc_attr( $current_user->ID ) . '">' . $current_user->user_login . '</option>';
?>
- <table class="form-table">
+ <table class="form-table" role="presentation">
<?php
foreach ( ( $allusers = (array) $_POST['allusers'] ) as $user_id ) {
if ( $user_id != '' && $user_id != '0' ) {
@@ -984,7 +984,7 @@ function confirm_delete_users( $users ) {
echo '</fieldset></td></tr>';
} else {
?>
- <td><fieldset><p><legend><?php _e( 'User has no sites or content and will be deleted.' ); ?></legend></p>
+ <td><p><?php _e( 'User has no sites or content and will be deleted.' ); ?></p></td>
<?php } ?>
</tr>
<?php