Changeset 10492 for trunk/src/bp-core/bp-core-admin.php
- Timestamp:
- 02/02/2016 09:42:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r10475 r10492 799 799 // Switch welcome text based on whether this is a new installation or not. 800 800 $welcome_text = ( self::is_new_install() ) 801 ? __( 'Thank you for installing BuddyPress! BuddyPress helps you run any kind of social network on yourWordPress, with member profiles, activity streams, user groups, messaging, and more.', 'buddypress' )801 ? __( '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' ) 802 802 : __( 'BuddyPress %s comes with a bunch of great improvements we think you’re really going to like.', 'buddypress' ); 803 803
Note: See TracChangeset
for help on using the changeset viewer.