Created
October 5, 2012 18:56
-
-
Save sareiodata/3841687 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function osu_author_bio($value, $user_id) { | |
return nl2br($value); // this PHP function should read newlines (n) and output HTML breaks | |
} | |
add_filter('get_the_author_description', 'osu_author_bio', 10, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment