As you might have noticed, a lot of work is going into this plugin:
Version 1.2 adds another editable field – the author description. It works if you have this somewhere in your theme:
the_author_meta('description');
Or, if you’re on an older version of WordPress:
the_author_description();
Besides that, several other improvements have been included:
- while hovering over editable field, it will be highlighted
- added experimental wysiwyg autogrow
- it should generate valid xHTML
- html code is cleaned up before saving
- added Portuguese translation