Plugin Directory

Changeset 2029701


Ignore:
Timestamp:
02/13/2019 08:29:54 AM (7 years ago)
Author:
autooffice
Message:

update plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • aoplayer/trunk/includes/AoplayerCore.php

    r2029355 r2029701  
    127127       
    128128        $source = strip_tags($source);
    129         $source = preg_replace('/(\»|\″|\”|\“|\”){1,}/i', '"', $source);
     129        $source = preg_replace('/(\»|\″|\”|\“|\”|amp;)/i', '"', $source);
    130130        $source = preg_replace('/[\r\n\s]{1,}/i', ' ', $source);
    131131        $source = preg_replace('/[\s\]]+\]/i', ']', $source);
    132132        preg_match_all('/([aopp-source[\s]{1,}(link=\"(.*?)\"[\s]{1,}poster=\"(.*?)\"[\s]{1,}title=\"(.*?)\"[\s]{1,}type=\"(.*?)\")\])/i', $source, $src);
    133133
     134       
     135        //print_r($source);
     136        //exit;
     137       
     138       
     139       
    134140        $new_source = [];
    135141        for ($i=0; $i<count($src[3]); $i++) {
Note: See TracChangeset for help on using the changeset viewer.