Changeset 4550 for trunk/wp-includes/kses.php
- Timestamp:
- 11/30/2006 01:50:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r4533 r4550 40 40 ); 41 41 } 42 function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', ' news', 'nntp', 'telnet', 'feed', 'gopher', 'mailto'))42 function wp_kses($string, $allowed_html, $allowed_protocols = array ('http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet')) 43 43 ############################################################################### 44 44 # This function makes sure that only the allowed HTML element names, attribute
Note: See TracChangeset
for help on using the changeset viewer.