Ticket #17730: kses.diff
File kses.diff, 485 bytes (added by , 14 years ago) |
---|
-
wp-includes/kses.php
513 513 * You add any kses hooks here. 514 514 * 515 515 * There is currently only one kses WordPress hook and it is called here. All 516 * parameters are passed to the hooks and expected to rec ieve a string.516 * parameters are passed to the hooks and expected to receive a string. 517 517 * 518 518 * @since 1.0.0 519 519 *