Skip to:
Content

BuddyPress.org

Changeset 9355


Ignore:
Timestamp:
01/14/2015 06:03:41 PM (10 years ago)
Author:
imath
Message:

Better separation of template notices on the user settings page

In case of more than one feedback messages are added to template notices of the user settings page, make sure the separation between each of them are clear enough.

Fixes #6112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/bp-settings-actions.php

    r9351 r9355  
    256256
    257257    // Set the feedback
    258     bp_core_add_message( implode( '</p><p>', $feedback ), $feedback_type );
     258    bp_core_add_message( implode( "\n", $feedback ), $feedback_type );
    259259
    260260    /**
Note: See TracChangeset for help on using the changeset viewer.