Changeset 655842
- Timestamp:
- 01/20/2013 06:43:20 PM (13 years ago)
- Location:
- linear-tag-cloud/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linear-tag-cloud/trunk/index.php
r655808 r655842 3 3 Plugin Name: Linear Tag Cloud 4 4 Plugin URI: http://www.orangedropdesign.com/ 5 Description: A tag clob with bars and not dimensions.5 Description: A simple and clean tag cloud with a list of tags in percentual lines. 6 6 Author: Andrea Rufo 7 Version: 1.3 7 Version: 1.3.1 8 8 Author URI: http://www.orangedropdesign.com/ 9 9 … … 13 13 14 14 public function __construct() { 15 parent::WP_Widget( 'ltc', 'Linear Tag Cloud', array('description' => ' Una tag cloud con le barre'));15 parent::WP_Widget( 'ltc', 'Linear Tag Cloud', array('description' => 'Setup your new tag-cloud with bars.')); 16 16 } 17 17 … … 20 20 $defaults = array( 21 21 'title' => 'Tag Cloud', 22 'number' => 10,22 'number' => 6, 23 23 'border' => '#ccc', 24 24 'background' => '#eee', -
linear-tag-cloud/trunk/readme.txt
r655808 r655842 5 5 Requires at least: 3 6 6 Tested up to: 3.5 7 Stable tag: 1.3 7 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.3.1 = 44 * Minor fix 45 43 46 = 1.3 = 44 47 * Admitted empty value for border, background and text color
Note: See TracChangeset
for help on using the changeset viewer.