Plugin Directory

Changeset 1420665


Ignore:
Timestamp:
05/20/2016 01:37:16 AM (10 years ago)
Author:
elevio
Message:

convert shortcodes before outputting content

Location:
elevio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • elevio/trunk/elevio.php

    r1420655 r1420665  
    66Author: Elevio
    77Author URI: https://elev.io
    8 Version: 3.4.11
     8Version: 3.4.12
    99*/
    1010
  • elevio/trunk/plugin_files/models/post.php

    r1420655 r1420665  
    5757    global $json_api;
    5858    $content = get_post_field('post_content', $this->id);
    59     $content = apply_filters('the_content', $content);
     59//    $content = apply_filters('the_content', $content);
    6060    $content = do_shortcode($content);
    6161    $this->content = $content;
  • elevio/trunk/readme.txt

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