Changeset 3236593
- Timestamp:
- 02/07/2025 01:08:22 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
r3136463 r3236593 162 162 'video' => array(), 163 163 'img' => array( 'class' => true, 'role' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'alt' => true), 164 'script' => array( 'src' )164 'script' => array( 'src' => true, 'type' => true) 165 165 ); 166 166 -
live-story-short-code/trunk/livestory.php
r3136463 r3236593 162 162 'video' => array(), 163 163 'img' => array( 'class' => true, 'role' => true, 'data-src' => true, 'srcset' => true, 'sizes' => true, 'alt' => true), 164 'script' => array( 'src' )164 'script' => array( 'src' => true, 'type' => true) 165 165 ); 166 166
Note: See TracChangeset
for help on using the changeset viewer.