Skip to:
Content

BuddyPress.org

Ticket #6660: 6660-core.patch

File 6660-core.patch, 882 bytes (added by ramiy, 9 years ago)

split into two separate strings

  • src/bp-core/admin/bp-core-admin-functions.php

     
    570570                        break;
    571571
    572572                case 'bp-profile-overview' :
    573                         $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' );
     573                        $retval = __( 'Your users will distinguish themselves through their profile page. Create relevant profile fields that will show on each users profile.', 'buddypress' ) . '<br /><br />' . __( 'Note: Any fields in the first group will appear on the signup page.', 'buddypress' );
    574574                        break;
    575575
    576576                default: