Changeset 589643
- Timestamp:
- 08/24/2012 05:26:25 AM (14 years ago)
- File:
-
- 1 edited
-
category-icons/tags/2.2.3/category_icons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-icons/tags/2.2.3/category_icons.php
r589574 r589643 79 79 function get_cat_icon($params='') { 80 80 $one_category_only = false; 81 82 81 83 84 if (0 < (int) get_option('igcaticons_iconcatpage') ) { 82 if (0 < (int) get_option('igcaticons_iconcatpage',0) ) { 85 83 $one_category_only = true; 86 84 } … … 91 89 remove_filter('list_cats','qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage',0); 92 90 } 91 93 92 // Compatibility with SEO Friendly Images 94 93 if (function_exists('seo_friendly_images') && 1 == get_option('igcaticons_useseo_plugin')) … … 1137 1136 } 1138 1137 1138 // for the checkboxes options 1139 1139 function bm_caticons_updatemyoption($option) { 1140 1140 if (isset($_POST[$option])) {
Note: See TracChangeset
for help on using the changeset viewer.