Make WordPress Core


Ignore:
Timestamp:
07/06/2007 10:47:24 PM (18 years ago)
Author:
markjaquith
Message:

Pass extra args to pre_kses hook. Props mdawaffe. see #4409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/kses.php

    r5783 r5787  
    241241###############################################################################
    242242{
    243     $string = apply_filters( 'pre_kses', $string );
     243    $string = apply_filters('pre_kses', $string, $allowed_html, $allowed_protocols);
    244244    return $string;
    245245} # function wp_kses_hook
Note: See TracChangeset for help on using the changeset viewer.