Changeset 161132
- Timestamp:
- 10/07/2009 06:43:20 AM (16 years ago)
- File:
-
- 1 edited
-
faster-image-insert/trunk/faster-image-insert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
faster-image-insert/trunk/faster-image-insert.php
r161131 r161132 465 465 <tr valign="top"> 466 466 <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> 468 468 </tr> 469 469
Note: See TracChangeset
for help on using the changeset viewer.