Home
last modified time | relevance | path

Searched refs:xBody (Results 1 – 2 of 2) sorted by relevance

/plugin/orphanmedia/
H A Dsyntax.php760 function clean_link($xBody) argument
762 $link = Doku_Handler_Parse_Media($xBody);
763 if (stripos($link['src'],'>') === false) $xBody = $link['src'];
764 else $xBody = '';
765 return $xBody;
/plugin/orphanmedia2/
H A Dsyntax.php761 function clean_link($xBody) argument
763 $link = Doku_Handler_Parse_Media($xBody);
764 if (stripos($link['src'],'>') === false) $xBody = $link['src'];
765 else $xBody = '';
766 return $xBody;