Changeset 1192807
- Timestamp:
- 07/05/2015 02:43:30 PM (11 years ago)
- Location:
- scifi-facets/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
scifi-facets.php (modified) (1 diff)
-
widget-taxonomy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scifi-facets/trunk/readme.txt
r1173015 r1192807 33 33 == Changelog == 34 34 35 = 0.6.2 = 36 * Fixed bug with saving taxonomies when SO Panels 37 * Minor fixes 38 35 39 = 0.6.1 = 36 40 * Added message for unsupported PHP -
scifi-facets/trunk/scifi-facets.php
r1173697 r1192807 7 7 * Author: Adrian Dimitrov <dimitrov.adrian@gmail.com> 8 8 * Author URI: http://e01.scifi.bg/ 9 * Version: 0.6. 19 * Version: 0.6.2 10 10 * Text Domain: scifi-facets 11 11 * Domain Path: /languages/ -
scifi-facets/trunk/widget-taxonomy.php
r1059172 r1192807 265 265 $terms = array(); 266 266 267 if ($ settings['connectwithquery'] == 'connectwithquery') {267 if ($wp_query->request && $settings['connectwithquery'] == 'connectwithquery') { 268 268 269 269 // Get current query … … 478 478 id="<?php echo $this->get_field_id('taxonomies') . '_' . $tax_object->name?>" 479 479 class="<?php echo $this->get_field_id('taxonomies')?>-cl" 480 name="<?php echo $this->get_field_name('taxonomies')?>[ ]"480 name="<?php echo $this->get_field_name('taxonomies')?>[<?php echo esc_attr($tax_object->name)?>]" 481 481 value="<?php echo esc_attr($tax_object->name)?>" 482 482 <?php checked(in_array($tax_object->name, $instance['taxonomies']))?>
Note: See TracChangeset
for help on using the changeset viewer.