Ejemplo n.º 1
0
function bi_GetPmMarkup($body, $tags, $title)
{
    #wrapper for bi_SaveTags, also used in blogit_upgrade.php
    return bi_SaveTags($body, $tags) . '(:title ' . $title . ':)';
}
Ejemplo n.º 2
0
function bi_GetPmMarkup($body, $tags, $pn, $title)
{
    //stores specific pmmarkup to ensure it's processed,  since isn't if stored in $: pvt due to processing order 'fulltext'.
    return bi_SaveTags($body, $tags, $pn) . '(:title ' . $title . ':)';
}