Changeset 518297
- Timestamp:
- 03/13/2012 06:25:18 AM (14 years ago)
- Location:
- category-image
- Files:
-
- 4 added
- 2 edited
-
branches/1.3 (added)
-
branches/1.3/category-image.php (added)
-
branches/1.3/readme.txt (added)
-
branches/1.3/thickbox.js (added)
-
trunk/category-image.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
category-image/trunk/category-image.php
r490481 r518297 8 8 Author URI: http://pankajanupam.in/ 9 9 */ 10 10 ?> 11 <?php 12 global $texonomy_slug; 11 13 $texonomy_slug='category'; // texonomy slug 12 14 … … 72 74 73 75 function print_image_function(){ 76 $texonomy_slug='category'; 74 77 $_terms = wp_get_post_terms(get_the_ID(),$texonomy_slug); 75 78 $_termsidlist=array(); -
category-image/trunk/readme.txt
r490481 r518297 4 4 Requires at least: 2.8 5 5 Tested up to: 3.3.1 6 Stable tag: 1. 36 Stable tag: 1.4 7 7 8 8 The Category Image Plugin allow you to add image with category.
Note: See TracChangeset
for help on using the changeset viewer.