Browse Source

Remove old code

pull/40/head
Michael Foster 11 years ago
parent
commit
334e69b69f
  1. 3
      inc/functions.php

3
inc/functions.php

@ -1693,9 +1693,6 @@ function markup(&$body, $track_cites = false) {
$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 (isset($cited_posts[$_board][$cite])) {
$link = $cited_posts[$_board][$cite];

Loading…
Cancel
Save