Changeset 32346
- Timestamp:
- 05/05/2015 12:37:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r32325 r32346 4439 4439 * 4440 4440 * @since 3.3.0 4441 * @since 4.3.0 Added 'webcal' to the protocols array. 4441 4442 * 4442 4443 * @see wp_kses() … … 4449 4450 4450 4451 if ( empty( $protocols ) ) { 4451 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp' );4452 $protocols = array( 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal' ); 4452 4453 4453 4454 /**
Note: See TracChangeset
for help on using the changeset viewer.