Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/06/2016 08:12:43 PM (9 years ago)
Author:
djpaul
Message:

Update project tag line for 2.7.

File:
1 edited

Legend:

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

    r10899 r10940  
    890890        // Switch welcome text based on whether this is a new installation or not.
    891891        $welcome_text = ( self::is_new_install() )
    892             ? __( 'Thank you for installing BuddyPress! BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.', 'buddypress' )
     892            ? __( 'Thank you for installing BuddyPress! BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.', 'buddypress' )
    893893            : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' );
    894894
Note: See TracChangeset for help on using the changeset viewer.