Skip to:
Content

BuddyPress.org

Changeset 10940


Ignore:
Timestamp:
07/06/2016 08:12:43 PM (9 years ago)
Author:
djpaul
Message:

Update project tag line for 2.7.

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r10901 r10940  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org
    15  * Description: BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
     15 * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
  • trunk/package.json

    r10936 r10940  
    44    "url": "https://buddypress.trac.wordpress.org/"
    55  },
    6   "description": "BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.",
     6  "description": "BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.",
    77  "devDependencies": {
    88    "grunt": "~0.4.5",
  • trunk/src/bp-core/classes/class-bp-admin.php

    r10899 r10940  
    890890        // Switch welcome text based on whether this is a new installation or not.
    891891        $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' )
    893893            : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' );
    894894
  • trunk/src/bp-loader.php

    r10919 r10940  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org/
    15  * Description: BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
     15 * Description: BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
  • trunk/src/composer.json

    r10492 r10940  
    11{
    22  "name": "buddypress/buddypress",
    3   "description": "BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.",
     3  "description": "BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.",
    44  "type": "wordpress-plugin",
    55  "keywords": [
  • trunk/src/readme.txt

    r10933 r10940  
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
     10BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.
    1111
    1212== Description ==
Note: See TracChangeset for help on using the changeset viewer.