Plugin Directory

Changeset 161132


Ignore:
Timestamp:
10/07/2009 06:43:20 AM (16 years ago)
Author:
bitinn
Message:

1.5.1 small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • faster-image-insert/trunk/faster-image-insert.php

    r161131 r161132  
    465465    <tr valign="top">
    466466      <th scope="row"><?php _e("Set custrom string", 'faster-image-insert' ); ?></th>
    467       <td><label for="<?php echo $customstring; ?>"><input type="text" name="<?php echo $customstring; ?>" id="<?php echo $customstring; ?>" value="<?php echo get_option( $customstring ); ?>" size="20" /> <?php _e("Edit this to change the custom string inserted between images; defaults to newline", 'faster-image-insert' ); ?></label></td>
     467      <td><label for="<?php echo $customstring; ?>"><input type="text" name="<?php echo $customstring; ?>" id="<?php echo $customstring; ?>" value="<?php echo get_option( $customstring ); ?>" size="20" /> <?php _e("Edit this to change the custom string inserted between images; defaults to newline.", 'faster-image-insert' ); ?></label></td>
    468468    </tr>
    469469
Note: See TracChangeset for help on using the changeset viewer.