Changeset 10899 for trunk/src/bp-core/bp-core-customizer-email.php
- Timestamp:
- 06/23/2016 06:31:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-customizer-email.php
r10814 r10899 2 2 /** 3 3 * BuddyPress Customizer implementation for email. 4 *5 * @since 2.5.06 4 * 7 5 * @package BuddyPress 8 6 * @subpackage Core 7 * @since 2.5.0 9 8 */ 10 9 … … 65 64 $wp_customize->add_control( new $args['class']( $wp_customize, $control_id, $args ) ); 66 65 } 67 68 66 69 67 /* … … 91 89 ); 92 90 93 // Include the preview loading style 91 // Include the preview loading style. 94 92 add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) ); 95 93 } … … 113 111 * @since 2.5.0 114 112 * 115 * @param $activeWhether the Customizer section is active.113 * @param bool $active Whether the Customizer section is active. 116 114 * @param WP_Customize_Section $section {@see WP_Customize_Section} instance. 117 115 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.