mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-21 13:09:41 +01:00
Remove old code
This commit is contained in:
parent
bf94b796df
commit
852172cec3
@ -1693,9 +1693,6 @@ function markup(&$body, $track_cites = false) {
|
|||||||
$match[1] = mb_strlen(substr($body_tmp, 0, $match[1]));
|
$match[1] = mb_strlen(substr($body_tmp, 0, $match[1]));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temporarily store board information because it will be overwritten
|
|
||||||
$tmp_board = $board['uri'];
|
|
||||||
|
|
||||||
if ($cite) {
|
if ($cite) {
|
||||||
if (isset($cited_posts[$_board][$cite])) {
|
if (isset($cited_posts[$_board][$cite])) {
|
||||||
$link = $cited_posts[$_board][$cite];
|
$link = $cited_posts[$_board][$cite];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user