Changeset 11615
- Timestamp:
- 06/23/2017 08:41:32 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r11446 r11615 13 13 * Plugin Name: BuddyPress 14 14 * 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! 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ -
trunk/composer.json
r11206 r11615 1 1 { 2 2 "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!", 4 4 "type": "wordpress-plugin", 5 5 "keywords": [ -
trunk/package.json
r11574 r11615 4 4 "url": "https://buddypress.trac.wordpress.org/" 5 5 }, 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!", 7 7 "devDependencies": { 8 8 "grunt": "~1.0.1", -
trunk/src/bp-core/classes/class-bp-admin.php
r11593 r11615 933 933 // Switch welcome text based on whether this is a new installation or not. 934 934 $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' ) 936 936 : __( 'Thank you for updating! BuddyPress %s has many new improvements that you will enjoy.', 'buddypress' ); 937 937 -
trunk/src/bp-loader.php
r11447 r11615 13 13 * Plugin Name: BuddyPress 14 14 * 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! 16 16 * Author: The BuddyPress Community 17 17 * Author URI: https://buddypress.org/ -
trunk/src/readme.txt
r11545 r11615 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.10 BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.