Changeset 46435
- Timestamp:
- 05/17/08 06:29:52 (2 months ago)
- Location:
- cryptx/trunk
- Files:
-
- 2 modified
-
cryptx.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cryptx/trunk/cryptx.php
r46328 r46435 4 4 Plugin URI: http://weber-nrw.de/wordpress/cryptx/ 5 5 Description: No more SPAM by spiders scanning you site for email adresses. With CryptX you can hide all your email adresses, with and without a mailto-link, by converting them using javascript or UNICODE. Although you can choose to add a mailto-link to all unlinked email adresses with only one klick at the settings. That's great, isn't it? 6 Version: 1. 86 Version: 1.9 7 7 Author: Ralf Weber 8 8 Author URI: http://weber-nrw.de/ … … 130 130 case 3: // uploaded image for mail link 131 131 $imgurl = "/" . PLUGINDIR . "/" . dirname(plugin_basename (__FILE__)) . "/images/" . $cryptX_var[alt_uploadedimage]; 132 $linktext = "<img src=\"" . $imgurl . "\" class=\"cryptxImage\" alt=\"" . $cryptX_var[ alt_uploadedimage] . "\">";132 $linktext = "<img src=\"" . $imgurl . "\" class=\"cryptxImage\" alt=\"" . $cryptX_var[http_linkimage_title] . "\" title=\"" . $cryptX_var[http_linkimage_title] . "\">"; 133 133 break; 134 134 … … 361 361 <td><input name="cryptX_var[alt_linkimage]" value="<?php echo $cryptX_var[alt_linkimage]; ?>" type="text" /></td> 362 362 </tr> 363 <tr> 364 <td> </td> 365 <td nowrap><?php _e("Title-Tag for the Image",'cryptx'); ?> </td> 366 <td><input name="cryptX_var[http_linkimage_title]" value="<?php echo $cryptX_var[http_linkimage_title]; ?>" type="text" /></td> 367 </tr> 363 368 <tr> 364 369 <td><input type="radio" name="cryptX_var[opt_linktext]" id="opt_linktext4" value="3" <?php echo ($cryptX_var[opt_linktext] == 3) ? 'checked="checked"' : ''; ?>/></td> -
cryptx/trunk/readme.txt
r46328 r46435 5 5 Requires at least: 2.0 6 6 Tested up to: 2.5 7 Stable tag: 1. 87 Stable tag: 1.9 8 8 9 9 == Description ==
