Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/19/2015 01:40:26 AM (9 years ago)
Author:
tw2113
Message:

First pass at members component docs cleanup.

See #6402.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-screens.php

    r9819 r9877  
    22
    33/**
    4  * BuddyPress Member Screens
     4 * BuddyPress Member Screens.
    55 *
    66 * Handlers for member screens that aren't handled elsewhere.
     
    294294 */
    295295function bp_core_screen_activation() {
    296    
     296
    297297    // Bail if not viewing the activation page
    298298    if ( ! bp_is_current_component( 'activate' ) ) {
     
    522522     *
    523523     * @param string $templates The templates from
    524      *        bp_get_theme_compat_templates().
     524     *                          bp_get_theme_compat_templates().
     525     *
    525526     * @return array $templates Array of custom templates to look for.
    526527     */
     
    592593
    593594    /**
    594      * Setup the groups component theme compatibility
     595     * Setup the groups component theme compatibility.
    595596     *
    596597     * @since BuddyPress (1.7.0)
     
    632633     *
    633634     * @param string $templates The templates from bp_get_theme_compat_templates().
     635     *
    634636     * @return array $templates Array of custom templates to look for.
    635637     */
Note: See TracChangeset for help on using the changeset viewer.