Changeset 3239926
- Timestamp:
- 02/13/2025 08:53:59 AM (14 months ago)
- File:
-
- 1 edited
-
live-story-short-code/trunk/livestory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-story-short-code/trunk/livestory.php
r3239519 r3239926 160 160 'a' => array( 'aria-label' => true, 'data-target' => true, 'href' => true ), 161 161 'p' => array( '"' => true ), 162 'h2' => array(),163 162 'span' => array(), 164 163 'h1' => array(), 164 'h2' => array(), 165 'h3' => array(), 166 'h4' => array(), 167 'h5' => array(), 168 'h6' => array(), 165 169 'video' => array('class' => true, 'poster' => true, 'preload' => true, 'controls' => true, 'autoplay' => true, 'muted' => true, 'loop' => true, 'playsinline' => true, 'title' => true), 166 170 'source' => array('src' => true, 'type' => true),
Note: See TracChangeset
for help on using the changeset viewer.