Changeset 175529
- Timestamp:
- 11/20/2009 10:35:24 AM (16 years ago)
- Location:
- wp-category-meta
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/lang (added)
-
tags/1.0.2/lang/wp-category-meta-en_US.mo (added)
-
tags/1.0.2/lang/wp-category-meta-en_US.po (added)
-
tags/1.0.2/lang/wp-category-meta-fr_FR.mo (added)
-
tags/1.0.2/lang/wp-category-meta-fr_FR.po (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/views (added)
-
tags/1.0.2/views/options.php (added)
-
tags/1.0.2/wp-category-meta.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-category-meta.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-category-meta/trunk/readme.txt
r165423 r175529 5 5 Requires at least: 2.6 6 6 Tested up to: 2.8.4 7 Stable tag: trunk7 Stable tag: 1.0.2 8 8 9 9 Add the ability to attach meta data to the wordpress categories. … … 18 18 This plugin has been tested with WP2.6.5, WP2.8.4 and WPmu2.8.4 19 19 20 Updates: 20 == Update Log == 21 22 1.0.2 : Debug when no meta is set. 23 21 24 1.0.1 : Add the possibility to replace special chars into meta name in the meta creation form in the option page. 25 22 26 1.0.0 : Add the option page to easily configure the meta list 23 27 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 list28 28 0.0.1 : plugin initial creation. 29 29 -
wp-category-meta/trunk/wp-category-meta.php
r165434 r175529 4 4 * Plugin URI: # 5 5 * Description: Add the ability to attach meta to the Wordpress categories 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: Eric Le Bail 8 8 * Author URI: # … … 449 449 $category_id = $category_id->term_id; 450 450 } 451 if(!is_null($metaList) && count($metaList) > 0 )451 if(!is_null($metaList) && count($metaList) > 0 && metaList != '') 452 452 { 453 453 ?>
Note: See TracChangeset
for help on using the changeset viewer.