Make WordPress Core

Ticket #17730: kses.diff

File kses.diff, 485 bytes (added by trepmal, 14 years ago)
  • wp-includes/kses.php

     
    513513 * You add any kses hooks here.
    514514 *
    515515 * There is currently only one kses WordPress hook and it is called here. All
    516  * parameters are passed to the hooks and expected to recieve a string.
     516 * parameters are passed to the hooks and expected to receive a string.
    517517 *
    518518 * @since 1.0.0
    519519 *