Plugin Directory

Changeset 1465612


Ignore:
Timestamp:
08/02/2016 01:21:34 AM (10 years ago)
Author:
elevio
Message:

cat taxonomy

Location:
elevio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • elevio/trunk/elevio.php

    r1459968 r1465612  
    66Author: Elevio
    77Author URI: https://elev.io
    8 Version: 3.5.2
     8Version: 3.5.3
    99*/
    1010
  • elevio/trunk/plugin_files/models/post.php

    r1420665 r1465612  
    6363
    6464  function set_categories_value() {
     65    $args['taxonomy'] = Elevio::get_instance()->get_category_taxonomy();
    6566    global $json_api;
    6667      $this->categories = array();
     
    6869        foreach ($wp_categories as $wp_category) {
    6970          $category = new Elevio_Sync_Category($wp_category);
    70           if ($category->id == 1 && $category->slug == 'uncategorized') {
     71          if ($category->id == 1 && $category->slug == 'uncategorized' && $args['taxonomy'] == "category") {
    7172            // Skip the 'uncategorized' category
    7273            continue;
  • elevio/trunk/readme.txt

    r1459968 r1465612  
    22Contributors: Elevio
    33Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage, freshdesk, intercom
    4 Stable tag: 3.5.2
     4Stable tag: 3.5.3
    55Requires at least: 2.8
    66Tested up to: 4.4.2
Note: See TracChangeset for help on using the changeset viewer.