Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2017 08:41:32 PM (7 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!

File:
1 edited

Legend:

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

    r11593 r11615  
    933933        // Switch welcome text based on whether this is a new installation or not.
    934934        $welcome_text = ( self::is_new_install() )
    935             ? __( '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' )
     935            ? __( 'Thank you for installing BuddyPress! BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!', 'buddypress' )
    936936            : __( 'Thank you for updating! BuddyPress %s has many new improvements that you will enjoy.', 'buddypress' );
    937937
Note: See TracChangeset for help on using the changeset viewer.