revert unnecessary variable name changes

This commit is contained in:
Zach Prezkuta 2012-12-26 10:42:01 -07:00
parent 189c8ccf6f
commit 263fe0f6bc
58 changed files with 261 additions and 265 deletions

View file

@ -703,6 +703,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
$o = replace_macros($page_template, array(
'$baseurl' => $a->get_baseurl($ssl_state),
'$live_update' => $live_update_div,
'$remove' => t('remove'),
'$mode' => $mode,
'$user' => $a->user,
'$threads' => $threads,