Changeset 1465612
- Timestamp:
- 08/02/2016 01:21:34 AM (10 years ago)
- Location:
- elevio/trunk
- Files:
-
- 3 edited
-
elevio.php (modified) (1 diff)
-
plugin_files/models/post.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/elevio.php
r1459968 r1465612 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 3.5. 28 Version: 3.5.3 9 9 */ 10 10 -
elevio/trunk/plugin_files/models/post.php
r1420665 r1465612 63 63 64 64 function set_categories_value() { 65 $args['taxonomy'] = Elevio::get_instance()->get_category_taxonomy(); 65 66 global $json_api; 66 67 $this->categories = array(); … … 68 69 foreach ($wp_categories as $wp_category) { 69 70 $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") { 71 72 // Skip the 'uncategorized' category 72 73 continue; -
elevio/trunk/readme.txt
r1459968 r1465612 2 2 Contributors: Elevio 3 3 Tags: zendesk, desk.com, uservoice, zopim, olark, snapengage, livechat, knowledge base, live chat, support, intercom, statuspage, freshdesk, intercom 4 Stable tag: 3.5. 24 Stable tag: 3.5.3 5 5 Requires at least: 2.8 6 6 Tested up to: 4.4.2
Note: See TracChangeset
for help on using the changeset viewer.