Plugin Directory

Changeset 589643


Ignore:
Timestamp:
08/24/2012 05:26:25 AM (14 years ago)
Author:
submarine
Message:

tagging 2.2.3 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • category-icons/tags/2.2.3/category_icons.php

    r589574 r589643  
    7979function get_cat_icon($params='') {
    8080    $one_category_only = false;
    81    
    8281   
    83    
    84     if (0 < (int) get_option('igcaticons_iconcatpage') ) {
     82    if (0 < (int) get_option('igcaticons_iconcatpage',0) ) {
    8583        $one_category_only = true;
    8684    }
     
    9189        remove_filter('list_cats','qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0);
    9290    }
     91   
    9392    // Compatibility with SEO Friendly Images
    9493    if (function_exists('seo_friendly_images') && 1 == get_option('igcaticons_useseo_plugin'))
     
    11371136}
    11381137
     1138// for the checkboxes options
    11391139function bm_caticons_updatemyoption($option) {
    11401140    if (isset($_POST[$option])) {
Note: See TracChangeset for help on using the changeset viewer.