Changeset 12152
- Timestamp:
- 11/06/2009 10:53:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r12151 r12152 841 841 842 842 foreach ( $types as $name => $text ) : ?> 843 <label for="<?php echo esc_at r($name) ?>">844 <input type="radio" name="connection_type" id="<?php echo esc_at r($name) ?>" value="<?php echo esc_atr($name) ?>" <?php checked($name, $connection_type); echo $disabled; ?>/>843 <label for="<?php echo esc_attr($name) ?>"> 844 <input type="radio" name="connection_type" id="<?php echo esc_attr($name) ?>" value="<?php echo esc_attr($name) ?>" <?php checked($name, $connection_type); echo $disabled; ?>/> 845 845 <?php echo $text ?> 846 846 </label>
Note: See TracChangeset
for help on using the changeset viewer.