Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/02/2016 09:42:46 AM (9 years ago)
Author:
djpaul
Message:

Update inline project descriptions

Taken from the website per recent dev chat, see https://bpdevel.wordpress.com/2016/01/27/core-dev-chat-summary-for-january-20-2016/

File:
1 edited

Legend:

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

    r10475 r10492  
    799799        // Switch welcome text based on whether this is a new installation or not.
    800800        $welcome_text = ( self::is_new_install() )
    801             ? __( 'Thank you for installing BuddyPress! BuddyPress helps you run any kind of social network on your WordPress, 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' )
    802802            : __( 'BuddyPress %s comes with a bunch of great improvements we think you’re really going to like.', 'buddypress' );
    803803
Note: See TracChangeset for help on using the changeset viewer.