Coding dashboard, editor bugfix

This commit is contained in:
ultimatemember
2015-01-09 03:08:31 +02:00
parent 955e4ba9d8
commit c9a092ed48
24 changed files with 211 additions and 195 deletions
+7
View File
@@ -10,6 +10,13 @@ class UM_Validation {
}
/***
*** @removes html from any string
***/
function remove_html($string) {
return wp_strip_all_tags( $string );
}
/***
*** @normalize a string
***/