Plugin Directory

Changeset 3236632


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

fix ssr start, end tags

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

Legend:

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

    r3236605 r3236632  
    116116    }
    117117
     118    $seo_content = preg_replace('/<!--\[SSR-START\]/i', '', $seo_content);
     119    $seo_content = preg_replace('/\[SSR-END\]-->/i', '', $seo_content);
     120
    118121    $allowed_tags = array (
    119122        'style' => array( 'type' => true),
  • live-story-short-code/trunk/livestory.php

    r3236605 r3236632  
    116116    }
    117117
     118    $seo_content = preg_replace('/<!--\[SSR-START\]/i', '', $seo_content);
     119    $seo_content = preg_replace('/\[SSR-END\]-->/i', '', $seo_content);
     120
    118121    $allowed_tags = array (
    119122        'style' => array( 'type' => true),
Note: See TracChangeset for help on using the changeset viewer.