Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2015 12:49:36 AM (9 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/bp-core-actions.php

    r9819 r10012  
    4646
    4747/**
    48  * bp_loaded - Attached to 'plugins_loaded' above
     48 * bp_loaded - Attached to 'plugins_loaded' above.
    4949 *
    5050 * Attach various loader actions to the bp_loaded action.
     
    6161
    6262/**
    63  * bp_init - Attached to 'init' above
     63 * bp_init - Attached to 'init' above.
    6464 *
    6565 * Attach various initialization actions to the bp_init action.
     
    7979
    8080/**
    81  * bp_template_redirect - Attached to 'template_redirect' above
     81 * bp_template_redirect - Attached to 'template_redirect' above.
    8282 *
    8383 * Attach various template actions to the bp_template_redirect action.
     
    9696
    9797/**
    98  * Add the BuddyPress functions file
     98 * Add the BuddyPress functions file.
    9999 */
    100100add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 );
Note: See TracChangeset for help on using the changeset viewer.