mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Remove outdated comment (see #1187)
This commit is contained in:
parent
bd075ee409
commit
c6b6d71214
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class HTMLFilter
|
|||
$time = $def->addElement('time', 'Inline', 'Inline', 'Common', array('datetime' => 'Text', 'pubdate' => 'Bool'));
|
||||
$time->excludes = array('time' => true);
|
||||
|
||||
// Suppport <audio> and <video> tags. DO NOT ALLOW AUTOPLAY.
|
||||
// Suppport <audio> and <video> tags.
|
||||
$def->addElement('audio', 'Block', 'Optional: (source, Flow) | (Flow, source) | Flow', 'Common', array(
|
||||
'src' => 'URI',
|
||||
'type' => 'Text',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue