|
$message = preg_replace("/\[hide\]\s*(.+?)\s*\[\/hide\]/is",
'<div class="spaceborder spacebottom" style="width: {TABLEWIDTH}; clear: both; margin-top: 5px"><div class="header"><span class="bold">'.$language['post_hide_reply'].'</span></div>'.
'\\1<br><br>'.
'</div>',
$message);
會比較好~
|