Hi, I am a newbie to WP, and a very amatuerish (I am just hearning PHP/HTML, and I have a problem that is stumping me.
I want to be able to add "streaming radio" links to my sidebar (prefixed with mms:// instead of http://).
I found what I THOUGHT was the fix in /wp-includes/ ("kses.php", line 42), which is;
function wp_kses($string, $allowed_html, $allowed_protocols = array ('mms', 'http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'feed', 'gopher', 'mailto'))
This did not solve the problem. My mms:// links are all being prefixed wit http:// (ie. http://mms://radioportal.com).
Someone please help me.
Regards,
M3g4d37h
PS - To see the errors, go to my site at http://www.m3g4d37h.net, and look at the internet radio links in the sidebar.