Changeset 453683
- Timestamp:
- 10/21/2011 03:32:14 AM (14 years ago)
- Location:
- gecka-terms-thumbnails/trunk
- Files:
-
- 2 edited
-
gecka-terms-thumbnails.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gecka-terms-thumbnails/trunk/gecka-terms-thumbnails.php
r453680 r453683 4 4 Plugin URI: http://gecka-apps.com 5 5 Description: Add thumbnails support to categories and any choosen taxonomies. 6 Version: 1.0-beta 36 Version: 1.0-beta4 7 7 Author: Gecka Apps 8 8 Author URI: http://gecka.nc … … 1022 1022 */ 1023 1023 function has_term_thumbnail ( $term_id, $taxonomy, $size=null ) { 1024 return Gecka_Terms_Thumbnails::has_term_thumbnail( $term_id, $taxonomy, $size =null);1024 return Gecka_Terms_Thumbnails::has_term_thumbnail( $term_id, $taxonomy, $size ); 1025 1025 } 1026 1026 } -
gecka-terms-thumbnails/trunk/readme.txt
r453680 r453683 4 4 Requires at least: 3.0 5 5 Tested up to: 3.2 6 Stable tag: 1.0-beta 36 Stable tag: 1.0-beta4 7 7 Manage tumbnails for categories, tags or any other taxonomy's terms of your Wordpress website. 8 8 … … 31 31 == Changelog == 32 32 33 = 1.0-beta4 = 34 * Fixes has_term_thumbnail function 35 33 36 = 1.0-beta3 = 34 37 * Support different images for each taxonomy a term appear in
Note: See TracChangeset
for help on using the changeset viewer.