Skip to:
Content

BuddyPress.org

Changeset 9873


Ignore:
Timestamp:
05/17/2015 01:54:51 AM (10 years ago)
Author:
boonebgorges
Message:

Fix the <br /> elements in the Dashboard contextual help for Profiles.

Props mercime.
Fixes #6439.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-functions.php

    r9819 r9873  
    563563
    564564        case 'bp-profile-overview' :
    565             $retval = __( 'Your users will distinguish themselves through their profile page. Create relevant profile fields that will show on each users profile.</br></br>Note: Any fields in the first group will appear on the signup page.', 'buddypress' );
     565            $retval = __( 'Your users will distinguish themselves through their profile page. Create relevant profile fields that will show on each users profile.<br /><br />Note: Any fields in the first group will appear on the signup page.', 'buddypress' );
    566566            break;
    567567
Note: See TracChangeset for help on using the changeset viewer.