Changeset 10492
- Timestamp:
- 02/02/2016 09:42:46 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r10348 r10492 13 13 * Plugin Name: BuddyPress 14 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress helps you run any kind of social network on yourWordPress, 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. 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org -
trunk/package.json
r10399 r10492 4 4 "url": "https://buddypress.trac.wordpress.org/" 5 5 }, 6 "description": "BuddyPress helps you run any kind of social network on yourWordPress, 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.", 7 7 "devDependencies": { 8 8 "grunt": "~0.4.5", -
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 -
trunk/src/bp-loader.php
r10480 r10492 13 13 * Plugin Name: BuddyPress 14 14 * Plugin URI: https://buddypress.org/ 15 * Description: BuddyPress helps you run any kind of social network on yourWordPress, 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. 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ -
trunk/src/composer.json
r9181 r10492 1 1 { 2 3 "description": "BuddyPress helps you run any kind of social network on yourWordPress, with member profiles, activity streams, user groups, messaging, and more.",4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 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 } 33 33 } -
trunk/src/readme.txt
r10436 r10492 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 BuddyPress helps you run any kind of social network on yourWordPress, with member profiles, activity streams, user groups, messaging, and more.10 BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more. 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.