Changeset 3236632
- Timestamp:
- 02/07/2025 02:02:47 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
r3236605 r3236632 116 116 } 117 117 118 $seo_content = preg_replace('/<!--\[SSR-START\]/i', '', $seo_content); 119 $seo_content = preg_replace('/\[SSR-END\]-->/i', '', $seo_content); 120 118 121 $allowed_tags = array ( 119 122 'style' => array( 'type' => true), -
live-story-short-code/trunk/livestory.php
r3236605 r3236632 116 116 } 117 117 118 $seo_content = preg_replace('/<!--\[SSR-START\]/i', '', $seo_content); 119 $seo_content = preg_replace('/\[SSR-END\]-->/i', '', $seo_content); 120 118 121 $allowed_tags = array ( 119 122 'style' => array( 'type' => true),
Note: See TracChangeset
for help on using the changeset viewer.