Plugin Directory

Changeset 175529


Ignore:
Timestamp:
11/20/2009 10:35:24 AM (16 years ago)
Author:
elebail
Message:

Debug when no meta is set.

Location:
wp-category-meta
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-category-meta/trunk/readme.txt

    r165423 r175529  
    55Requires at least: 2.6
    66Tested up to: 2.8.4
    7 Stable tag: trunk
     7Stable tag: 1.0.2
    88
    99Add the ability to attach meta data to the wordpress categories.
     
    1818This plugin has been tested with WP2.6.5, WP2.8.4 and WPmu2.8.4
    1919
    20 Updates:
     20== Update Log ==
     21
     221.0.2 : Debug when no meta is set.
     23
    21241.0.1 : Add the possibility to replace special chars into meta name in the meta creation form in the option page.
     25
    22261.0.0 : Add the option page to easily configure the meta list
    2327
    24 == Update Log ==
    25 
    26 1.0.1 : Add the possibility to replace special chars into meta name in the meta creation form in the option page.
    27 1.0.0 : Add the option page to easily configure the meta list
    28280.0.1 : plugin initial creation.
    2929
  • wp-category-meta/trunk/wp-category-meta.php

    r165434 r175529  
    44 * Plugin URI: #
    55 * Description: Add the ability to attach meta to the Wordpress categories
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: Eric Le Bail
    88 * Author URI: #
     
    449449        $category_id = $category_id->term_id;
    450450    }
    451     if(!is_null($metaList) && count($metaList) > 0)
     451    if(!is_null($metaList) && count($metaList) > 0 && metaList != '')
    452452    {
    453453    ?>
Note: See TracChangeset for help on using the changeset viewer.