Changeset 11615 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 06/23/2017 08:41:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r11593 r11615 933 933 // Switch welcome text based on whether this is a new installation or not. 934 934 $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' ) 936 936 : __( 'Thank you for updating! BuddyPress %s has many new improvements that you will enjoy.', 'buddypress' ); 937 937
Note: See TracChangeset
for help on using the changeset viewer.