Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (9 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-customizer-email.php

    r10814 r10899  
    22/**
    33 * BuddyPress Customizer implementation for email.
    4  *
    5  * @since 2.5.0
    64 *
    75 * @package BuddyPress
    86 * @subpackage Core
     7 * @since 2.5.0
    98 */
    109
     
    6564        $wp_customize->add_control( new $args['class']( $wp_customize, $control_id, $args ) );
    6665    }
    67 
    6866
    6967    /*
     
    9189        );
    9290
    93         // Include the preview loading style
     91        // Include the preview loading style.
    9492        add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) );
    9593    }
     
    113111 * @since 2.5.0
    114112 *
    115  * @param $active Whether the Customizer section is active.
     113 * @param bool                 $active Whether the Customizer section is active.
    116114 * @param WP_Customize_Section $section {@see WP_Customize_Section} instance.
    117115 * @return bool
Note: See TracChangeset for help on using the changeset viewer.