From 334e69b69f2c0191bfcfb9ff1ef3d7d8ffeb8a9e Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Thu, 29 Aug 2013 13:32:55 +1000 Subject: [PATCH] Remove old code --- inc/functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index f260a0ce..d4a5766a 100644 --- a/inc/functions.php +++ b/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];