Ticket #35632: 35632.diff
File 35632.diff, 556 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/network/site-info.php
172 172 // The main site of the network should not be updated on this page. 173 173 if ( $is_main_site ) : ?> 174 174 <tr class="form-field"> 175 <th scope="row"><?php _e( 'Site URL' ); ?></th>175 <th scope="row"><?php _e( 'Site Address (URL)' ); ?></th> 176 176 <td><?php echo esc_url( $details->siteurl ); ?></td> 177 177 </tr> 178 178 <?php