Plugin Directory

Changeset 3236593


Ignore:
Timestamp:
02/07/2025 01:08:22 PM (14 months ago)
Author:
livestory
Message:

script tag attributes

Location:
live-story-short-code
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • live-story-short-code/tags/1.0.2/livestory.php

    r3136463 r3236593  
    162162        'video' => array(),
    163163        '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)
    165165    );
    166166
  • live-story-short-code/trunk/livestory.php

    r3136463 r3236593  
    162162        'video' => array(),
    163163        '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)
    165165    );
    166166
Note: See TracChangeset for help on using the changeset viewer.