Plugin Directory

Changeset 518297


Ignore:
Timestamp:
03/13/2012 06:25:18 AM (14 years ago)
Author:
pankajanupam
Message:

fatal error fix

Location:
category-image
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • category-image/trunk/category-image.php

    r490481 r518297  
    88Author URI: http://pankajanupam.in/
    99*/
    10 
     10?>
     11<?php
     12global $texonomy_slug;
    1113$texonomy_slug='category'; // texonomy slug
    1214
     
    7274
    7375function print_image_function(){
     76    $texonomy_slug='category';
    7477    $_terms = wp_get_post_terms(get_the_ID(),$texonomy_slug);
    7578    $_termsidlist=array(); 
  • category-image/trunk/readme.txt

    r490481 r518297  
    44Requires at least: 2.8
    55Tested up to: 3.3.1
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77
    88The Category Image Plugin allow you to add image with category.
Note: See TracChangeset for help on using the changeset viewer.