forked from GithubBackups/vichan
functions.php: remove unused parameter from markup
This commit is contained in:
parent
3230aaec58
commit
619303c8cf
@ -1928,7 +1928,7 @@ function remove_modifiers($body) {
|
|||||||
return $body ? preg_replace('@<tinyboard ([\w\s]+)>(.+?)</tinyboard>@usm', '', $body) : null;
|
return $body ? preg_replace('@<tinyboard ([\w\s]+)>(.+?)</tinyboard>@usm', '', $body) : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function markup(&$body, $track_cites = false, $op = false) {
|
function markup(&$body, $track_cites = false) {
|
||||||
global $board, $config, $markup_urls;
|
global $board, $config, $markup_urls;
|
||||||
|
|
||||||
$modifiers = extract_modifiers($body);
|
$modifiers = extract_modifiers($body);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user