mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Just some jiggling
git-svn-id: file:///svn/phpbb/trunk@895 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -637,8 +637,6 @@ for($i = 0; $i < $total_posts; $i++)
|
||||
$message = preg_replace("/\:[0-9a-z\:]+\]/si", "]", $message);
|
||||
}
|
||||
|
||||
$message = make_clickable($message);
|
||||
|
||||
$message = ($user_sig != "") ? ereg_replace("\[addsig]$", "<br /><br />_________________<br />" . $user_sig, $message) : ereg_replace("\[addsig]$", "", $message);
|
||||
|
||||
if( count($orig_word) )
|
||||
@@ -647,6 +645,8 @@ for($i = 0; $i < $total_posts; $i++)
|
||||
$message = preg_replace($orig_word, $replacement_word, $message);
|
||||
}
|
||||
|
||||
$message = make_clickable($message);
|
||||
|
||||
if($board_config['allow_smilies'] && $postrow[$i]['enable_smilies'])
|
||||
{
|
||||
$message = smilies_pass($message);
|
||||
|
Reference in New Issue
Block a user