Changeset 1420665
- Timestamp:
- 05/20/2016 01:37:16 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
r1420655 r1420665 6 6 Author: Elevio 7 7 Author URI: https://elev.io 8 Version: 3.4.1 18 Version: 3.4.12 9 9 */ 10 10 -
elevio/trunk/plugin_files/models/post.php
r1420655 r1420665 57 57 global $json_api; 58 58 $content = get_post_field('post_content', $this->id); 59 $content = apply_filters('the_content', $content);59 // $content = apply_filters('the_content', $content); 60 60 $content = do_shortcode($content); 61 61 $this->content = $content; -
elevio/trunk/readme.txt
r1420655 r1420665 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.4.1 14 Stable tag: 3.4.12 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.