Changeset 46435

Show
Ignore:
Timestamp:
05/17/08 06:29:52 (2 months ago)
Author:
d3395
Message:

skipped version 1.8, because i made misstakes :-(
Sorry for this.

Location:
cryptx/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cryptx/trunk/cryptx.php

    r46328 r46435  
    44Plugin URI: http://weber-nrw.de/wordpress/cryptx/ 
    55Description: 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.8 
     6Version: 1.9 
    77Author: Ralf Weber 
    88Author URI: http://weber-nrw.de/ 
     
    130130                  case 3: // uploaded image for mail link 
    131131                        $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] . "\">"; 
    133133                        break; 
    134134 
     
    361361                  <td><input name="cryptX_var[alt_linkimage]" value="<?php echo $cryptX_var[alt_linkimage]; ?>" type="text" /></td> 
    362362          </tr> 
     363         <tr> 
     364            <td>&nbsp;</td> 
     365            <td nowrap><?php _e("Title-Tag for the Image",'cryptx'); ?>&nbsp;&nbsp;</td> 
     366                  <td><input name="cryptX_var[http_linkimage_title]" value="<?php echo $cryptX_var[http_linkimage_title]; ?>" type="text" /></td> 
     367          </tr> 
    363368          <tr> 
    364369            <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  
    55Requires at least: 2.0 
    66Tested up to: 2.5 
    7 Stable tag: 1.8 
     7Stable tag: 1.9 
    88 
    99== Description ==