[Plugin: Post Author Box] Line-breaks in Author's Description
-
I’ve found it useful to edit line 328 in post-author-box.php as follows:
from
$description = $user->description ;to
$description = nl2br( $user->description );This will translate carriage returns into br tags making longer descriptions more readable.
Thanks for the great plug-in!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Plugin: Post Author Box] Line-breaks in Author's Description’ is closed to new replies.