Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/inc/customizer.php
Method twentyfourteen_customize_register
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function twentyfourteen_customize_register( $wp_customize ) {
// Add custom description to Colors and Background sections.
$wp_customize->get_section( 'colors' )->description = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );
$wp_customize->get_section( 'background_image' )->description = __( 'Background may only be visible on wide screens.', 'twentyfourteen' );