Acutally a bogus commit, learning to work with branches

This commit is contained in:
Aleksei Miheev
2011-11-27 01:59:27 +04:00
parent d9b7148bd2
commit 69493b3966

View File

@@ -485,6 +485,8 @@ function template_main()
<td align="left" valign="bottom" class="smalltext">';
// Show "? Last Edit: Time by Person ?" if this post was edited.
// Going to add edit history link here. This comment is just a
// marker. Also I'm learning to work with branches
if ($settings['show_modify'] && !empty($message['modified']['name']))
echo '
&#171; <i>', $txt[211], ': ', $message['modified']['time'], ' ', $txt[525], ' ', $message['modified']['name'], '</i> &#187;';