Home
last modified time | relevance | path

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

/plugin/anewssystem/
H A Dsyntax.php1383 function replace_links($pattern, &$value, $r_string) { argument
1389 $value = str_replace($link,$r_string.$in,$value);
1395 function replace_placeholder($links, &$prvw_string, $r_string) { argument
1399 $prvw_string = str_replace($r_string.$in,$link,$prvw_string);