Changeset 45227

Show
Ignore:
Timestamp:
05/11/08 09:49:22 (2 months ago)
Author:
owencutajar
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • entredropper/trunk/EntreDroppers.php

    r42174 r45227  
    44Plugin URI: http://wordpress.org/extend/plugins/entredroppers/ 
    55Description: Outputs Entrecard Droppers. Uses Wordpress functionality to retrieve and to cache. 
    6 Version: 1.1.1 
     6Version: 1.1.2 
    77Author: Owen Cutajar 
    88Author URI: http://www.u-g-h.com/ 
     
    3939} 
    4040 
    41  
    4241function entredroppers_common( 
    4342    $entreRSS='', 
     
    6766        $linkdetailed=$feedItems[$iter]['description']; 
    6867 
    69           // If detailed description is already to be shown or is empty, 
    70           // the link title (TITLE attribute) will be the same as the link text. 
    71           // Otherwise, detailed will be the link title. 
    7268        if ($detailed || !$feedItems[$iter]['description']) { 
    7369              $linkTitle = htmlentities($linkText,ENT_QUOTES,get_bloginfo('charset') ); 
     
    256252        <td><select id="entredroppers-nofollow" name="entredroppers-nofollow"><OPTION VALUE=''<?=$nfoption0?>>No, I love my droppers</OPTION><OPTION VALUE='nofollow'<?=$nfoption1?>>Yes, I don't want to share any linkylove</OPTION></select> 
    257253        <br /> 
    258         <?php _e('Do you want to tag your Droppers links as NoFollow?') ?></td>  
     254        <?php _e('Do you want to tag your Droppers links as "NoFollow"?') ?></td>  
    259255      </tr>  
    260256    </table>