diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 52c6831078..728bb1af61 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -4505,8 +4505,9 @@ function send_frame_options_header() { * * @staticvar array $protocols * - * @return array Array of allowed protocols. - * Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal' + * @return array Array of allowed protocols. Defaults to an array containing 'http', 'https', + * 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', + * 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', and 'webcal'. */ function wp_allowed_protocols() { static $protocols = array();