Changeset 737672
- Timestamp:
- 07/08/2013 09:57:21 AM (13 years ago)
- Location:
- f2-tag-cloud-widget
- Files:
-
- 4 edited
- 1 copied
-
tags/0.3.1 (copied) (copied from f2-tag-cloud-widget/trunk)
-
tags/0.3.1/f2-tagcloud.php (modified) (2 diffs)
-
tags/0.3.1/readme.txt (modified) (2 diffs)
-
trunk/f2-tagcloud.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
f2-tag-cloud-widget/tags/0.3.1/f2-tagcloud.php
r635012 r737672 3 3 Plugin Name: F2 Tag Cloud Widget 4 4 Plugin URI: http://www.fsquared.co.uk/software/f2-tagcloud/ 5 Version: 0.3. 05 Version: 0.3.1 6 6 Author: fsquared limited 7 7 Author URI: http://www.fsquared.co.uk … … 90 90 $l_title = $l_current_tax->labels->name; 91 91 } 92 $ title = apply_filters( 'widget_title', $title );92 $l_title = apply_filters( 'widget_title', $l_title ); 93 93 94 94 /* And then generate the actual output - header first. */ -
f2-tag-cloud-widget/tags/0.3.1/readme.txt
r650790 r737672 59 59 the horizontal alignment of the tags within the cloud. 60 60 61 = 0.3.1 = 62 Minor bug fix for a mis-applied filter - many thanks to Luca for spotting it! 63 61 64 == Upgrade Notice == 62 65 … … 66 69 = 0.3.0 = 67 70 Adds the ability to set padding and alignment of tags. 71 72 = 0.3.1 = 73 Minor bug fix for a mis-applied filter. -
f2-tag-cloud-widget/trunk/f2-tagcloud.php
r635012 r737672 3 3 Plugin Name: F2 Tag Cloud Widget 4 4 Plugin URI: http://www.fsquared.co.uk/software/f2-tagcloud/ 5 Version: 0.3. 05 Version: 0.3.1 6 6 Author: fsquared limited 7 7 Author URI: http://www.fsquared.co.uk … … 90 90 $l_title = $l_current_tax->labels->name; 91 91 } 92 $ title = apply_filters( 'widget_title', $title );92 $l_title = apply_filters( 'widget_title', $l_title ); 93 93 94 94 /* And then generate the actual output - header first. */ -
f2-tag-cloud-widget/trunk/readme.txt
r650790 r737672 59 59 the horizontal alignment of the tags within the cloud. 60 60 61 = 0.3.1 = 62 Minor bug fix for a mis-applied filter - many thanks to Luca for spotting it! 63 61 64 == Upgrade Notice == 62 65 … … 66 69 = 0.3.0 = 67 70 Adds the ability to set padding and alignment of tags. 71 72 = 0.3.1 = 73 Minor bug fix for a mis-applied filter.
Note: See TracChangeset
for help on using the changeset viewer.