Skip to:
Content

BuddyPress.org

Changeset 11615


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!

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r11446 r11615  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org
    15  * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
     15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
  • trunk/composer.json

    r11206 r11615  
    11{
    22  "name": "buddypress/buddypress",
    3   "description": "BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.",
     3  "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
    44  "type": "wordpress-plugin",
    55  "keywords": [
  • trunk/package.json

    r11574 r11615  
    44    "url": "https://buddypress.trac.wordpress.org/"
    55  },
    6   "description": "BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.",
     6  "description": "BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!",
    77  "devDependencies": {
    88    "grunt": "~1.0.1",
  • 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
  • trunk/src/bp-loader.php

    r11447 r11615  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org/
    15  * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
     15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
  • trunk/src/readme.txt

    r11545 r11615  
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
     10BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more!
    1111
    1212== Description ==
Note: See TracChangeset for help on using the changeset viewer.