Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2016 04:59:34 AM (10 years ago)
Author:
tw2113
Message:

Plenty of @since tag updates for the Members component.

See #6402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/classes/class-bp-members-component.php

    r10652 r10711  
    1313/**
    1414 * Defines the BuddyPress Members Component.
     15 *
     16 * @since 1.5.0
    1517 */
    1618class BP_Members_Component extends BP_Component {
     
    4547    /**
    4648     * Include bp-members files.
     49     *
     50     * @since 1.5.0
    4751     *
    4852     * @see BP_Component::includes() for description of parameters.
     
    114118            'global_tables'   => array(
    115119                'table_name_last_activity' => bp_core_get_table_prefix() . 'bp_activity',
    116                 'table_name_signups'       => $wpdb->base_prefix . 'signups', // signups is a global WordPress table
     120                'table_name_signups'       => $wpdb->base_prefix . 'signups', // Signups is a global WordPress table.
    117121            )
    118122        );
     
    283287    /**
    284288     * Set up the title for pages and <title>.
     289     *
     290     * @since 1.5.0
    285291     */
    286292    public function setup_title() {
Note: See TracChangeset for help on using the changeset viewer.