1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Update forum_shortcodes.php

This commit is contained in:
rica-carv
2016-12-07 17:25:13 +00:00
committed by GitHub
parent f28379fa0d
commit 5ce12ebadb

View File

@@ -507,7 +507,7 @@ class forum_shortcodes extends e_shortcode
// code to be executed if n is different from all labels; // code to be executed if n is different from all labels;
} }
} }
return $relativeDate.'<br />'.$lastpost_username." <a href='".$url."'>".IMAGE_post2.'</a>'; return $lastpost_username." <a href='".$url."'>".$relativeDate.'</a>';
} }
function sc_startertitle() function sc_startertitle()