Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (11 years ago)
Author:
tw2113
Message:

First pass at BP-Core docs cleanup.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-schema.php

    r9819 r10012  
    22
    33/**
    4  * BuddyPress DB schema
     4 * BuddyPress DB schema.
    55 *
    66 * @package BuddyPress
     
    1212
    1313/**
    14  * Get the DB schema to use for BuddyPress components
     14 * Get the DB schema to use for BuddyPress components.
    1515 *
    1616 * @since BuddyPress (1.1.0)
    1717 *
    1818 * @global $wpdb $wpdb
    19  * @return string The default database character-set, if set
     19 * @return string The default database character-set, if set.
    2020 */
    2121function bp_core_set_charset() {
     
    2828
    2929/**
    30  * Main installer
     30 * Main installer.
    3131 *
    3232 * Can be passed an optional array of components to explicitly run installation
     
    3535 * @since BuddyPress (1.0.0)
    3636 *
    37  * @param array $active_components Components to install
     37 * @param array|bool $active_components Components to install.
    3838 */
    3939function bp_core_install( $active_components = false ) {
     
    8686
    8787/**
    88  * Install database tables for the Notifications component
     88 * Install database tables for the Notifications component.
    8989 *
    9090 * @since BuddyPress (1.0.0)
     
    130130
    131131/**
    132  * Install database tables for the Activity component
     132 * Install database tables for the Activity component.
    133133 *
    134134 * @since BuddyPress (1.0.0)
     
    183183
    184184/**
    185  * Install database tables for the Notifications component
     185 * Install database tables for the Notifications component.
    186186 *
    187187 * @since BuddyPress (1.0.0)
     
    211211
    212212/**
    213  * Install database tables for the Groups component
     213 * Install database tables for the Groups component.
    214214 *
    215215 * @since BuddyPress (1.0.0)
     
    271271
    272272/**
    273  * Install database tables for the Messages component
     273 * Install database tables for the Messages component.
    274274 *
    275275 * @since BuddyPress (1.0.0)
     
    331331
    332332/**
    333  * Install database tables for the Profiles component
     333 * Install database tables for the Profiles component.
    334334 *
    335335 * @since BuddyPress (1.0.0)
     
    421421
    422422/**
    423  * Install database tables for the Sites component
     423 * Install database tables for the Sites component.
    424424 *
    425425 * @since BuddyPress (1.0.0)
     
    501501 * This is necessary because WordPress's `pre_schema_upgrade()` function wraps
    502502 * table ALTER's in multisite checks, and other plugins may have installed their
    503  * own sign-ups table; Eg: Gravity Forms User Registration Add On
     503 * own sign-ups table; Eg: Gravity Forms User Registration Add On.
    504504 *
    505505 * @since BuddyPress (2.0.1)
Note: See TracChangeset for help on using the changeset viewer.