Changeset 10940
- Timestamp:
- 07/06/2016 08:12:43 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r10901 r10940 13 13 * Plugin Name: BuddyPress 14 14 * 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. 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org -
trunk/package.json
r10936 r10940 4 4 "url": "https://buddypress.trac.wordpress.org/" 5 5 }, 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.", 7 7 "devDependencies": { 8 8 "grunt": "~0.4.5", -
trunk/src/bp-core/classes/class-bp-admin.php
r10899 r10940 890 890 // Switch welcome text based on whether this is a new installation or not. 891 891 $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' ) 893 893 : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' ); 894 894 -
trunk/src/bp-loader.php
r10919 r10940 13 13 * Plugin Name: BuddyPress 14 14 * 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. 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ -
trunk/src/composer.json
r10492 r10940 1 1 { 2 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.",3 "description": "BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.", 4 4 "type": "wordpress-plugin", 5 5 "keywords": [ -
trunk/src/readme.txt
r10933 r10940 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 BuddyPress helps you build any type of community website using WordPress, with member profiles, activity streams, user groups, messaging, and more.10 BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications. 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.