Changeset 14412 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/03/2010 09:20:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r14404 r14412 2215 2215 2216 2216 if ( !is_array($protocols) ) 2217 $protocols = array ('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet');2217 $protocols = array ('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn'); 2218 2218 if ( wp_kses_bad_protocol( $url, $protocols ) != $url ) 2219 2219 return '';
Note: See TracChangeset
for help on using the changeset viewer.