Plugin Directory

Changeset 885485


Ignore:
Timestamp:
04/01/2014 06:20:08 AM (12 years ago)
Author:
sauhi
Message:

Remove do_shortcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sau-syntax/trunk/syntax.php

    r885480 r885485  
    4949        $lang = trim(strtolower($lang));
    5050        $tmp = htmlentities($content);
    51         return '<pre class="saupre"><code class="saucode '.$lang.'">'.do_shortcode($tmp).'</code></pre>';
     51        return '<pre class="saupre"><code class="saucode '.$lang.'">'.$tmp.'</code></pre>';
    5252    }
    5353}
Note: See TracChangeset for help on using the changeset viewer.