diff options
Diffstat (limited to 'wp-includes/kses.php')
| -rw-r--r-- | wp-includes/kses.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/kses.php b/wp-includes/kses.php index 4a5bd94..7f536a5 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -277,7 +277,7 @@ if (!CUSTOM_TAGS) { // 'ul' => array(), ); } -function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'feed', 'gopher', 'mailto')) +function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet')) ############################################################################### # This function makes sure that only the allowed HTML element names, attribute # names and attribute values plus only sane HTML entities will occur in |
