Changeset 1095785
- Timestamp:
- 02/21/2015 09:17:12 AM (11 years ago)
- Location:
- broadednet/trunk
- Files:
-
- 2 edited
-
broadedNET.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
broadednet/trunk/broadedNET.php
r1089386 r1095785 5 5 Description: A wide network for blog promotion and traffic 6 6 Author: Enstine Muki 7 Version: 1. 37 Version: 1.4 8 8 Author URI: http://enstinemuki.com/ 9 9 */ … … 97 97 98 98 <p> 99 <label for="<?php echo $this->get_field_id('BPN_Num'); ?>"><?php _e('Num of Entries to show on this widget . Minimum is 5(Articles only)', 'wp_widget_plugin'); ?></label>99 <label for="<?php echo $this->get_field_id('BPN_Num'); ?>"><?php _e('Num of Entries to show on this widget (Articles only)', 'wp_widget_plugin'); ?></label> 100 100 <input class="widefat" id="<?php echo $this->get_field_id('BPN_Num'); ?>" name="<?php echo $this->get_field_name('BPN_Num'); ?>" type="text" value="<?php echo $BPN_Num; ?>" /> 101 101 </p> … … 123 123 $new_instance['BPN_Num'] = 5; 124 124 } 125 if($new_instance['BPN_Num'] < 5)126 { 127 $new_instance['BPN_Num'] = 5;125 if($new_instance['BPN_Num'] < 3 ) 126 { 127 $new_instance['BPN_Num'] = 3; 128 128 } 129 129 ///////////////////////Set default gravata -
broadednet/trunk/readme.txt
r1089386 r1095785 4 4 Donate link: http://broaded.net 5 5 Requires at least: 3.0 6 Tested up to: 4.1 6 Tested up to: 4.1.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 28 28 2. This is how the widget looks like on one blog in the network. This widget is configured to show gravatar of bloggers who posted campaings. 29 29 3. Here is the widget on another blog, this time configured not to show gravatar. Note that the widget takes the inbuilt design of your theme. 30 4. From version 1.4, Sticky Posts were added to be shown on top of the widget. Here is a sample. 30 31 31 32 == Changelog == 33 34 1.4 Setting the number of entries on the widget 32 35 33 36 1.3 Added more widget features … … 40 43 41 44 == Upgrade Notice == 45 1.4 Added Sticky Entries to widget 46 42 47 1.3 More features were added on the widet in this version 43 48
Note: See TracChangeset
for help on using the changeset viewer.