Changeset 36682
- Timestamp:
- 02/24/2016 04:05:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-info.php
r36561 r36682 173 173 if ( $is_main_site ) : ?> 174 174 <tr class="form-field"> 175 <th scope="row"><?php _e( 'Site URL' ); ?></th>176 <td><?php echo esc_url( $details-> siteurl); ?></td>175 <th scope="row"><?php _e( 'Site Address (URL)' ); ?></th> 176 <td><?php echo esc_url( $details->domain . $details->path ); ?></td> 177 177 </tr> 178 178 <?php … … 180 180 else : ?> 181 181 <tr class="form-field form-required"> 182 <th scope="row"><?php _e( 'Site URL' ); ?></th>182 <th scope="row"><?php _e( 'Site Address (URL)' ); ?></th> 183 183 <td><input name="blog[url]" type="text" id="url" value="<?php echo $parsed_scheme . '://' . esc_attr( $details->domain ) . esc_attr( $details->path ); ?>" /></td> 184 184 </tr>
Note: See TracChangeset
for help on using the changeset viewer.