Changeset 3236605
- Timestamp:
- 02/07/2025 01:37:25 PM (14 months ago)
- Location:
- live-story-short-code
- Files:
-
- 2 edited
-
tags/1.0.2/livestory.php (modified) (1 diff)
-
trunk/livestory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-story-short-code/tags/1.0.2/livestory.php
r3236593 r3236605 160 160 'span' => array(), 161 161 'h1' => array(), 162 'video' => array(), 162 'video' => array('class' => true, 'poster' => true, 'preload' => true, 'controls' => true, 'autoplay' => true, 'muted' => true, 'loop' => true, 'playsinline' => true, 'title' => true), 163 'source' => array('src' => true, 'type' => true), 163 164 'img' => array( 'class' => true, 'role' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'alt' => true), 164 'script' => array( 'src' => true, 'type' => true) 165 'script' => array( 'src' => true, 'type' => true), 166 'button' => array( 'class' => true, 'aria-label' => true) 165 167 ); 166 168 -
live-story-short-code/trunk/livestory.php
r3236593 r3236605 160 160 'span' => array(), 161 161 'h1' => array(), 162 'video' => array(), 162 'video' => array('class' => true, 'poster' => true, 'preload' => true, 'controls' => true, 'autoplay' => true, 'muted' => true, 'loop' => true, 'playsinline' => true, 'title' => true), 163 'source' => array('src' => true, 'type' => true), 163 164 'img' => array( 'class' => true, 'role' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'alt' => true), 164 'script' => array( 'src' => true, 'type' => true) 165 'script' => array( 'src' => true, 'type' => true), 166 'button' => array( 'class' => true, 'aria-label' => true) 165 167 ); 166 168
Note: See TracChangeset
for help on using the changeset viewer.