Plugin Directory

Changeset 1468754


Ignore:
Timestamp:
08/05/2016 04:21:05 PM (10 years ago)
Author:
cueteam
Message:

added html escaping

Location:
cue-connect
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cue-connect/tags/1.0.3/inc/class.cue-sync.php

    r1468658 r1468754  
    169169        $content = wp_strip_all_tags($content, $remove_breaks = false);
    170170        $content = preg_replace("~\[.*?\]~", '', $content);
     171        $content = esc_html($content);
    171172        return $content;
    172173    }
  • cue-connect/trunk/inc/class.cue-sync.php

    r1468658 r1468754  
    169169        $content = wp_strip_all_tags($content, $remove_breaks = false);
    170170        $content = preg_replace("~\[.*?\]~", '', $content);
     171        $content = esc_html($content);
    171172        return $content;
    172173    }
Note: See TracChangeset for help on using the changeset viewer.