Make WordPress Core


Ignore:
Timestamp:
11/02/2008 10:32:57 PM (16 years ago)
Author:
westi
Message:

Translation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-media.php

    r9418 r9480  
    9292    foreach ($size_names as $size => $name) { ?>
    9393        <input type="radio" name="image_default_size" id="image_default_size_<?php echo $size; ?>" value="<?php echo $size; ?>"<?php echo (get_option('image_default_size') == $size ? ' checked="checked"' : ''); ?> />             
    94         <label for="image_default_size_<?php echo $size; ?>"><?php _e($name); ?></label>
     94        <label for="image_default_size_<?php echo $size; ?>"><?php echo $name; ?></label>
    9595    <?php
    9696    }
Note: See TracChangeset for help on using the changeset viewer.