Changeset 876715
- Timestamp:
- 03/17/2014 06:30:56 PM (12 years ago)
- Location:
- category-thumbnails
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/base64.js (added)
-
tags/1.0.4/category-thumbnails.php (added)
-
tags/1.0.4/media-upload.js (added)
-
tags/1.0.4/readme.txt (added)
-
tags/1.0.4/screenshot-1.png (added)
-
tags/1.0.4/screenshot-2.png (added)
-
tags/1.0.4/screenshot-3.png (added)
-
tags/1.0.4/screenshot-4.png (added)
-
tags/1.0.4/screenshot-5.png (added)
-
trunk/category-thumbnails.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-thumbnails/trunk/category-thumbnails.php
r826760 r876715 4 4 Plugin URI: http://hovida-design.de/wordpress-plugin-category-thumbnails/ 5 5 Author: Adrian Preuss 6 Version: 1.0. 36 Version: 1.0.4 7 7 Description: This Plugin provide functions like post-thumbnails for categories and (own) custom taxonomys. Please visit the Author-URL for Documentation. 8 8 */ … … 234 234 235 235 function the_category_thumbnail($category_id = null, $sizes = array()) { 236 print get_the_category_thumbnail($cat , $sizes);236 print get_the_category_thumbnail($category_id, $sizes); 237 237 } 238 238 -
category-thumbnails/trunk/readme.txt
r870184 r876715 1 1 === Category Thumbnails === 2 2 Contributors: Adrian Preuss 3 Version: 1.0. 33 Version: 1.0.4 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H56DKPMQE49NJ 5 5 Tags: category, thumbnail, taxonomy, custom 6 6 Requires at least: 3.4.2 7 Tested up to: 3. 8.08 Stable tag: 1.0. 37 Tested up to: 3.9.1 8 Stable tag: 1.0.4 9 9 10 10 This Plugin provide functions like post-thumbnails for categories and (own) custom taxonomys. Please visit the Author-URL for Documentation. … … 64 64 == Change log == 65 65 66 = 1.0.4 = 67 "[17.03.2014, Last Update: 19:28 AM] - Adrian Preuss" 68 69 * fixing bug on the_category_thumbnail() 70 66 71 = 1.0.3 = 67 72 "[21.12.2013, Last Update: 23:01 AM] - Adrian Preuss"
Note: See TracChangeset
for help on using the changeset viewer.