<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -394,7 +394,7 @@
         return stripslashes(wp_filter_post_kses(get_option($this-&gt;shortname.'_banner_home')));
       }
       function bannerCustom() {
-        return get_option($this-&gt;shortname.'_banner_custom');
+        return stripslashes(wp_filter_post_kses(get_option($this-&gt;shortname.'_banner_custom')));
       }
       
       /* FEED FUNCTIONS */
@@ -436,7 +436,7 @@
         return wp_filter_post_kses(get_option($this-&gt;shortname.'_sideimg_link'));
       }
       function sideimgCustom() {
-        return  stripslashes(get_option($this-&gt;shortname.'_sideimg_custom'));
+        return  stripslashes(wp_filter_post_kses(get_option($this-&gt;shortname.'_sideimg_custom')));
       }
       
       /* CSS FUNCTIONS */</diff>
      <filename>functions/vigilance-extend.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>78135d121e311e219baee0cb55fb3929d86159d3</id>
    </parent>
  </parents>
  <author>
    <name>dstrojny</name>
    <email>dstrojny@jestro.com</email>
  </author>
  <url>http://github.com/jestro/vigilance/commit/aa9f47c9a04d188e8ad8a50504617fe7b2bc6e87</url>
  <id>aa9f47c9a04d188e8ad8a50504617fe7b2bc6e87</id>
  <committed-date>2009-10-19T20:59:07-07:00</committed-date>
  <authored-date>2009-10-19T20:59:07-07:00</authored-date>
  <message>add stripslashes to top banner custom code box [#69 state:resolved]</message>
  <tree>9a2d76fdc2da6836174ba9da60119790b9009259</tree>
  <committer>
    <name>dstrojny</name>
    <email>dstrojny@jestro.com</email>
  </committer>
</commit>
