Changeset 21826
- Timestamp:
- 09/12/2012 03:47:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r21825 r21826 3604 3604 3605 3605 if ( empty( $protocols ) ) { 3606 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax' );3606 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp' ); 3607 3607 $protocols = apply_filters( 'kses_allowed_protocols', $protocols ); 3608 3608 }
Note: See TracChangeset
for help on using the changeset viewer.