my new installed SMF forum got lots of errors like " 8192: Function create_function() is deprecated " on Sources/Subs.php.
please advise me how to solve. error like that
1210: array(
1211: 'tag' => 'ftp',
1212: 'type' => 'unparsed_content',
1213: 'content' => '<a href="$1" class="bbc_ftp new_win" target="_blank">$1</a>',
==>1214: 'validate' => create_function('&$tag, &$data, $disabled', '
1215: $data = strtr($data, array(\'<br />\' => \'\'));
1216: if (strpos($data, \'ftp://\') !== 0 && strpos($data, \'ftps://\') !== 0)
1217: $data = \'ftp://\' . $data;
1218: '),
1219: ),