Changeset 832
- Timestamp:
- 02/05/2004 02:40:32 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r767 r832 12 12 13 13 // You could override this in your my-hacks.php file 14 if (defined('CUSTOM_TAGS') && !CUSTOM_TAGS) { // Let's people override the allowed tags in their my-hacks.php 14 15 $allowedtags = array( 15 16 'a' => array( … … 41 42 // 'ul' => array(), 42 43 ); 43 44 } 44 45 function wp_kses($string, $allowed_html, $allowed_protocols = 45 46 array('http', 'https', 'ftp', 'news', 'nntp', 'telnet',
Note: See TracChangeset
for help on using the changeset viewer.