Changeset 13233 for trunk/bp-loader.php
- Timestamp:
- 02/14/2022 11:57:28 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/bp-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r13232 r13233 11 11 12 12 /** 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org/ 18 * Version: 10.0.0 19 * Text Domain: buddypress 20 * Domain Path: /bp-languages/ 21 * License: GPLv2 or later (license.txt) 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org 18 * License: GNU General Public License v2 or later 19 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 20 * Text Domain: buddypress 21 * Domain Path: /bp-languages/ 22 * Requires PHP: 5.6 23 * Requires at least: 5.4 24 * Version: 10.0.0 22 25 */ 23 26
Note: See TracChangeset
for help on using the changeset viewer.