Plugin Directory

Changeset 1192807


Ignore:
Timestamp:
07/05/2015 02:43:30 PM (11 years ago)
Author:
dimitrov.adrian
Message:

0.6.2

Location:
scifi-facets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scifi-facets/trunk/readme.txt

    r1173015 r1192807  
    3333== Changelog ==
    3434
     35= 0.6.2 =
     36* Fixed bug with saving taxonomies when SO Panels
     37* Minor fixes
     38
    3539= 0.6.1 =
    3640* Added message for unsupported PHP
  • scifi-facets/trunk/scifi-facets.php

    r1173697 r1192807  
    77 * Author:      Adrian Dimitrov <dimitrov.adrian@gmail.com>
    88 * Author URI:  http://e01.scifi.bg/
    9  * Version:     0.6.1
     9 * Version:     0.6.2
    1010 * Text Domain: scifi-facets
    1111 * Domain Path: /languages/
  • scifi-facets/trunk/widget-taxonomy.php

    r1059172 r1192807  
    265265    $terms = array();
    266266
    267     if ($settings['connectwithquery'] == 'connectwithquery') {
     267    if ($wp_query->request && $settings['connectwithquery'] == 'connectwithquery') {
    268268
    269269      // Get current query
     
    478478                   id="<?php echo $this->get_field_id('taxonomies') . '_' . $tax_object->name?>"
    479479                   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)?>]"
    481481                   value="<?php echo esc_attr($tax_object->name)?>"
    482482              <?php checked(in_array($tax_object->name, $instance['taxonomies']))?>
Note: See TracChangeset for help on using the changeset viewer.