• There appears to be a bug in the code that prevents new lines from showing in the bio.

    Open people_lists.php and modify line 820.

    FROM:

    $replacements[2] = ( !empty($user_data->description) ? $found_people_list['before']['bio']. $user_data->description. $found_people_list['after']['bio']:"");

    TO:

    $replacements[2] = ( !empty($user_data->description) ? $found_people_list['before']['bio']. people_list_edit_user_profile_bio_filter($user_data->description). $found_people_list['after']['bio']:"");

    http://wordpress.org/extend/plugins/people-lists/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bio(Description) does not have new lines with solution’ is closed to new replies.