/wp-includes/kses.php
Add mms to $allowed_protocols
function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'feed', 'gopher', 'mailto', 'mms'))
/wp-includes/kses.php
Add mms to $allowed_protocols
function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'feed', 'gopher', 'mailto', 'mms'))
This topic has been closed to new replies.