Superfluous to-do removed

This commit is contained in:
Michael 2020-10-29 08:50:35 +00:00
parent 5ac73a847d
commit e3df7eb131
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ class Media
}
}
/// @todo audio + video
if (preg_match_all("/\[audio\]([^\[\]]*)\[\/audio\]/ism", $body, $audios, PREG_SET_ORDER)) {
foreach ($audios as $audio) {
$body = str_replace($audio[0], '', $body);