Changeset 45834 for branches/5.2/src/wp-admin/network/site-info.php
- Timestamp:
- 08/19/2019 04:12:44 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/network/site-info.php
r43571 r45834 153 153 <?php wp_nonce_field( 'edit-site' ); ?> 154 154 <input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" /> 155 <table class="form-table" >155 <table class="form-table" role="presentation"> 156 156 <?php 157 157 // The main site of the network should not be updated on this page.
Note: See TracChangeset
for help on using the changeset viewer.