Changeset 45835 for branches/5.2/src/wp-admin/network/site-info.php
- Timestamp:
- 08/19/2019 04:14:38 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
r45834 r45835 167 167 ?> 168 168 <tr class="form-field form-required"> 169 <th scope="row">< ?php _e( 'Site Address (URL)' ); ?></th>169 <th scope="row"><label for="url"><?php _e( 'Site Address (URL)' ); ?></label></th> 170 170 <td><input name="blog[url]" type="text" id="url" value="<?php echo $parsed_scheme . '://' . esc_attr( $details->domain ) . esc_attr( $details->path ); ?>" /></td> 171 171 </tr>
Note: See TracChangeset
for help on using the changeset viewer.