Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
randyhoyt committed Mar 6, 2012
1 parent a15eac6 commit 91d305c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate link: #
Tags: category,meta,category meta,admin,plugin,image,icon,images,icons,category icon,category image,taxonomy metadata,taxonomy meta,custom taxonomy meta
Requires at least: 2.8
Tested up to: 3.3.1
Stable tag: 1.2.5
Stable tag: 1.2.6

Add the ability to attach meta data to the wordpress categories and terms.
It can be used to add meta to custom taxonomies (terms).
Expand All @@ -20,6 +20,8 @@ It can be used to add meta to custom taxonomies (terms).
This plugin has been tested with WP2.8.6 and WPmu2.8.6 and WP3.3.1

== Update Log ==
1.2.6 : Fix bug introduced in 1.2.5, allowing images to be inserted into posts again.

1.2.5 : Small fix to make the image fields work in WordPress 3.3.1.

1.2.4 : Small fix to make the meta list appear in the taxonomy edit page with WP3.0.1. && WP3.0.4 (thanks to webgrafia).
Expand Down
2 changes: 1 addition & 1 deletion wp-category-meta.php
Expand Up @@ -195,7 +195,7 @@ function wptm_init() {
*
*/
function wptm_admin_enqueue_scripts() {
if(is_admin()) {
if(is_admin() && isset($_REQUEST["taxonomy"])) {
// chargement des styles
wp_register_style('thickbox-css', '/wp-includes/js/thickbox/thickbox.css');
wp_enqueue_style('thickbox-css');
Expand Down

0 comments on commit 91d305c

Please sign in to comment.