Changeset 10940 for trunk/src/bp-core/classes/class-bp-admin.php
- Timestamp:
- 07/06/2016 08:12:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r10899 r10940 890 890 // Switch welcome text based on whether this is a new installation or not. 891 891 $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' ) 893 893 : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' ); 894 894
Note: See TracChangeset
for help on using the changeset viewer.