HomeSort by relevance Sort by last modified time
    Searched full:mdwp_hidden_tags (Results 1 - 1 of 1) sorted by null

  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 134 global $mdwp_hidden_tags, $mdwp_placeholders;
135 $mdwp_hidden_tags = explode(' ', variable
153 global $mdwp_hidden_tags, $mdwp_placeholders;
154 return str_replace($mdwp_hidden_tags, $mdwp_placeholders, $text);
157 global $mdwp_hidden_tags, $mdwp_placeholders;
158 return str_replace($mdwp_placeholders, $mdwp_hidden_tags, $text);
    [all...]

Completed in 88 milliseconds