CaffGeek/MBACNationals

View on GitHub
Web.Admin/2014/wordpress/wp-content/themes/twentyfourteen/inc/customizer.php

Summary

Maintainability
A
1 hr
Test Coverage

Method twentyfourteen_customize_register has 28 lines of code (exceeds 25 allowed). Consider refactoring.
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' );

    There are no issues that match your filters.

    Category
    Status