Make WordPress Core

Changeset 12152


Ignore:
Timestamp:
11/06/2009 10:53:41 AM (15 years ago)
Author:
azaozz
Message:

Fix typo, props Harald Nesland, fixes #11002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r12151 r12152  
    841841
    842842    foreach ( $types as $name => $text ) : ?>
    843     <label for="<?php echo esc_atr($name) ?>">
    844         <input type="radio" name="connection_type" id="<?php echo esc_atr($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; ?>/>
    845845        <?php echo $text ?>
    846846    </label>
Note: See TracChangeset for help on using the changeset viewer.