Changeset 5787 for trunk/wp-includes/kses.php
- Timestamp:
- 07/06/2007 10:47:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r5783 r5787 241 241 ############################################################################### 242 242 { 243 $string = apply_filters( 'pre_kses', $string);243 $string = apply_filters('pre_kses', $string, $allowed_html, $allowed_protocols); 244 244 return $string; 245 245 } # function wp_kses_hook
Note: See TracChangeset
for help on using the changeset viewer.