Commit 0be87a9d by Scott

Update htmLawed and move to vendor folder

parent ee637e6f
...@@ -787,7 +787,7 @@ ...@@ -787,7 +787,7 @@
{ {
if (qa_to_override(__FUNCTION__)) { $args=func_get_args(); return qa_call_override(__FUNCTION__, $args); } if (qa_to_override(__FUNCTION__)) { $args=func_get_args(); return qa_call_override(__FUNCTION__, $args); }
require_once 'qa-htmLawed.php'; require_once 'vendor/htmLawed.php';
global $qa_sanitize_html_newwindow; global $qa_sanitize_html_newwindow;
......
<?php <?php
trigger_error('File qa-htmLawed.php is deprecated; please use vendor/htmLawed.php instead.', E_USER_NOTICE);
/* /*
htmLawed 1.1.14, 8 August 2012 htmLawed 1.1.14, 8 August 2012
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment