Plugin Directory

Changeset 3239926


Ignore:
Timestamp:
02/13/2025 08:53:59 AM (14 months ago)
Author:
livestory
Message:

update allowed tags

File:
1 edited

Legend:

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

    r3239519 r3239926  
    160160        'a' => array( 'aria-label' => true, 'data-target' => true, 'href' => true ),
    161161        'p' => array( '"' => true ),
    162         'h2' => array(),
    163162        'span' => array(),
    164163        'h1' => array(),
     164        'h2' => array(),
     165        'h3' => array(),
     166        'h4' => array(),
     167        'h5' => array(),
     168        'h6' => array(),
    165169        'video' => array('class' => true, 'poster' => true, 'preload' => true, 'controls' => true, 'autoplay' => true, 'muted' => true, 'loop' => true, 'playsinline' => true, 'title' => true),
    166170        'source' => array('src' => true, 'type' => true),
Note: See TracChangeset for help on using the changeset viewer.