Changeset 632668
- Timestamp:
- 12/01/2012 12:26:56 PM (13 years ago)
- Location:
- plugins/trunk
- Files:
-
- 2 edited
-
plugins.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/trunk/plugins.php
r632656 r632668 5 5 Plugin URI: http://marto.lazarov.org/plugins/plugins 6 6 Description: List wordpress contributor plugins and their stats 7 Version: 2.1. 07 Version: 2.1.1 8 8 Author: mlazarov 9 9 Author URI: http://marto.lazarov.org/ … … 26 26 $instance['title'] = strip_tags($new_instance['title']); 27 27 $instance['author'] = strip_tags($new_instance['author']); 28 $instance['nofollow'] = strip_tags($new_instance['nofollow']); 28 29 $instance['updated'] = 0; 29 30 return $instance; … … 50 51 <p> 51 52 <label for="<?php echo $this->get_field_id('nofollow'); ?>"> 52 Add rel="nofollow":53 <input class="widefat" id="<?php echo $this->get_field_id('nofollow'); ?>" name="<?php echo $this->get_field_name('nofollow'); ?>" type="checkbox" <?php if($nofollow){echo 'checked="checked"';};?> />53 <input id="<?php echo $this->get_field_id('nofollow'); ?>" name="<?php echo $this->get_field_name('nofollow'); ?>" type="checkbox" <?php if($nofollow){echo 'checked="checked"';};?> value="1"/> 54 rel="nofollow" for wordpress.org links 54 55 </label> 55 56 </p> -
plugins/trunk/readme.txt
r632657 r632668 3 3 Requires at least: 2.4 4 4 Tested up to: 3.4.2 5 Stable tag: 2.1. 05 Stable tag: 2.1.1 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D96ZZLGAV8X8J 7 7 Contributors: mlazarov … … 27 27 == Changelog == 28 28 29 = 2.1.1 = 30 * Fixed rel="nofollow" option position & bug in form 31 29 32 = 2.1.0 = 30 33 * Added rel="nofollow" option
Note: See TracChangeset
for help on using the changeset viewer.