Changeset 1466578
- Timestamp:
- 08/03/2016 12:19:22 AM (10 years ago)
- Location:
- elevio/trunk
- Files:
-
- 3 edited
-
elevio.php (modified) (1 diff)
-
plugin_files/models/post.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/elevio.php
r1465612 r1466578 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 3.5. 38 Version: 3.5.4 9 9 */ 10 10 -
elevio/trunk/plugin_files/models/post.php
r1465612 r1466578 66 66 global $json_api; 67 67 $this->categories = array(); 68 if ($wp_categories = get_the_ category($this->id)) {68 if ($wp_categories = get_the_terms($this->id, $args['taxonomy'])) { 69 69 foreach ($wp_categories as $wp_category) { 70 70 $category = new Elevio_Sync_Category($wp_category); -
elevio/trunk/readme.txt
r1465612 r1466578 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. 34 Stable tag: 3.5.4 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.