Changeset 913781
- Timestamp:
- 05/14/2014 10:54:37 AM (12 years ago)
- File:
-
- 1 edited
-
copify/trunk/CopifyWordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
copify/trunk/CopifyWordpress.php
r909714 r913781 784 784 **/ 785 785 public function CopifyFormatBrief($str) { 786 return nl2br( htmlentities($str));786 return nl2br(esc_attr($str)); 787 787 } 788 788 … … 795 795 **/ 796 796 public function CopifyFormatCopy($str) { 797 return nl2br( htmlentities($str));797 return nl2br(esc_attr($str)); 798 798 } 799 799
Note: See TracChangeset
for help on using the changeset viewer.