Changeset 45227
- Timestamp:
- 05/11/08 09:49:22 (2 months ago)
- Files:
-
- entredropper/trunk/EntreDroppers.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
entredropper/trunk/EntreDroppers.php
r42174 r45227 4 4 Plugin URI: http://wordpress.org/extend/plugins/entredroppers/ 5 5 Description: Outputs Entrecard Droppers. Uses Wordpress functionality to retrieve and to cache. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Owen Cutajar 8 8 Author URI: http://www.u-g-h.com/ … … 39 39 } 40 40 41 42 41 function entredroppers_common( 43 42 $entreRSS='', … … 67 66 $linkdetailed=$feedItems[$iter]['description']; 68 67 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.72 68 if ($detailed || !$feedItems[$iter]['description']) { 73 69 $linkTitle = htmlentities($linkText,ENT_QUOTES,get_bloginfo('charset') ); … … 256 252 <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> 257 253 <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> 259 255 </tr> 260 256 </table>
