Skip to:
Content

BuddyPress.org

Changeset 10492


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/

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r10348 r10492  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org
    15  * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.
     15 * Description: BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org
  • trunk/package.json

    r10399 r10492  
    44    "url": "https://buddypress.trac.wordpress.org/"
    55  },
    6   "description": "BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.",
     6  "description": "BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.",
    77  "devDependencies": {
    88    "grunt": "~0.4.5",
  • 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
  • trunk/src/bp-loader.php

    r10480 r10492  
    1313 * Plugin Name: BuddyPress
    1414 * Plugin URI:  https://buddypress.org/
    15  * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.
     15 * Description: BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
    1616 * Author:      The BuddyPress Community
    1717 * Author URI:  https://buddypress.org/
  • trunk/src/composer.json

    r9181 r10492  
    11{
    2     "name": "buddypress/buddypress",
    3     "description": "BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.",
    4     "type": "wordpress-plugin",
    5     "keywords": [
    6         "activity",
    7         "community",
    8         "forum",
    9         "friends",
    10         "groups",
    11         "messaging",
    12         "notifications",
    13         "profiles",
    14         "social network"
    15     ],
    16     "homepage": "https://buddypress.org",
    17     "license": "GPL-2.0+",
    18     "authors": [ {
    19         "name": "BuddyPress Community",
    20         "homepage": "https://buddypress.org/about/"
    21     } ],
    22     "support": {
    23         "forum": "https://buddypress.org/support/",
    24         "irc": "irc://irc.freenode.net/buddypress-dev",
    25         "issues": "https://buddypress.trac.wordpress.org/",
    26         "wiki": "https://codex.buddypress.org/",
    27         "source": "https://buddypress.trac.wordpress.org/browser"
    28     },
    29     "require": {
    30         "composer/installers": "~1.0",
    31         "php": ">=5.2.4"
    32     }
     2  "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.",
     4  "type": "wordpress-plugin",
     5  "keywords": [
     6    "activity",
     7    "community",
     8    "forum",
     9    "friends",
     10    "groups",
     11    "messaging",
     12    "notifications",
     13    "profiles",
     14    "social network"
     15  ],
     16  "homepage": "https://buddypress.org",
     17  "license": "GPL-2.0+",
     18  "authors": [ {
     19    "name": "BuddyPress Community",
     20    "homepage": "https://buddypress.org/about/"
     21  } ],
     22  "support": {
     23    "forum": "https://buddypress.org/support/",
     24    "irc": "irc://irc.freenode.net/buddypress-dev",
     25    "issues": "https://buddypress.trac.wordpress.org/",
     26    "wiki": "https://codex.buddypress.org/",
     27    "source": "https://buddypress.trac.wordpress.org/browser"
     28  },
     29  "require": {
     30    "composer/installers": "~1.0",
     31    "php": ">=5.2.4"
     32  }
    3333}
  • trunk/src/readme.txt

    r10436 r10492  
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    99
    10 BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more.
     10BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.
    1111
    1212== Description ==
Note: See TracChangeset for help on using the changeset viewer.