Vergleich inc/class_custommoderation.php - 1.6.4 - 1.6.13
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: class_custommoderation.php 5368 2011-02-17 10:37:01Z MattR $ | * $Id: class_custommoderation.php 5828 2012-05-08 16:06:16Z Tomm $ |
*/ | */ |
Zeile 187 | Zeile 187 |
if(empty($post_options['splitpostsnewsubject'])) |
if(empty($post_options['splitpostsnewsubject'])) |
$post_options['splitpostsnewsubject'] = '[split] '.$thread['subject']; | $post_options['splitpostsnewsubject'] = "{$lang->split_thread_subject} {$thread['subject']}"; |
} | } |