[wp-hackers] Paragraphs stripped from bio field

Otto otto at ottodestruct.com
Wed Jan 9 19:14:54 GMT 2008


On 1/8/08, Ryan Boren <ryan at boren.nu> wrote:
> Maybe we should have wp_filter_textarea_kses that allows more tags.
> Not sure why <p> is not allowed in wp_filter_kses().

wp_filter_kses is used on comments, titles, etc. All the stuff where
you don't want that sort of thing. While I don't see anything that
they could do with <p>, I don't see any reason for them to have it in
the first place, really, since the <p>'s are going to be added via
wpautop.

wp_post_filter_kses would be acceptable on the bio information, probably.


More information about the wp-hackers mailing list