Is there a way to enable shortcodes in the author bio (description)?
I would imagine it's something like this:
add_filter('widget_text', 'do_shortcode'); //allow shortcodes in widgets
...but I'm not sure how to reference the author description field in a filter. Ideas?