Skip to:
Content

BuddyPress.org

Changeset 13233 for trunk/bp-loader.php


Ignore:
Timestamp:
02/14/2022 11:57:28 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Plugin Headers: Various updates...

  • Shorten & rearrange tags, to improve findability
  • Move "Version" & "Stable tag" to bottom, since it's updated most frequently
  • Add "Requires" headers to PHP loaders (from readme)
  • Update "License" header contents, add URI
  • Remove trailing slash from "Author URI"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r13232 r13233  
    1111
    1212/**
    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
    2225 */
    2326
Note: See TracChangeset for help on using the changeset viewer.