Changeset 21170 for trunk/wp-includes/functions.php
- Timestamp:
- 06/28/2012 08:30:10 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r21141 r21170 3509 3509 3510 3510 if ( empty( $protocols ) ) { 3511 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn' );3511 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax' ); 3512 3512 $protocols = apply_filters( 'kses_allowed_protocols', $protocols ); 3513 3513 }
Note: See TracChangeset
for help on using the changeset viewer.