summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/network/site-info.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/network/site-info.php')
-rw-r--r--www/crm/wp-admin/network/site-info.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/crm/wp-admin/network/site-info.php b/www/crm/wp-admin/network/site-info.php
index 6d83fdc5..c8b86e5f 100644
--- a/www/crm/wp-admin/network/site-info.php
+++ b/www/crm/wp-admin/network/site-info.php
@@ -152,7 +152,7 @@ if ( ! empty( $messages ) ) {
<form method="post" action="site-info.php?action=update-site">
<?php wp_nonce_field( 'edit-site' ); ?>
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
- <table class="form-table">
+ <table class="form-table" role="presentation">
<?php
// The main site of the network should not be updated on this page.
if ( $is_main_site ) :
@@ -166,7 +166,7 @@ if ( ! empty( $messages ) ) {
else :
?>
<tr class="form-field form-required">
- <th scope="row"><?php _e( 'Site Address (URL)' ); ?></th>
+ <th scope="row"><label for="url"><?php _e( 'Site Address (URL)' ); ?></label></th>
<td><input name="blog[url]" type="text" id="url" value="<?php echo $parsed_scheme . '://' . esc_attr( $details->domain ) . esc_attr( $details->path ); ?>" /></td>
</tr>
<?php endif; ?>