Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/inc/customizer.php

    r45768 r47122  
    104104        <?php
    105105    }
    106 endif; // twentysixteen_header_style
     106endif; // twentysixteen_header_style()
    107107
    108108/**
     
    386386        return $color_schemes['default']['colors'];
    387387    }
    388 endif; // twentysixteen_get_color_scheme
     388endif; // twentysixteen_get_color_scheme()
    389389
    390390if ( ! function_exists( 'twentysixteen_get_color_scheme_choices' ) ) :
     
    409409        return $color_scheme_control_options;
    410410    }
    411 endif; // twentysixteen_get_color_scheme_choices
     411endif; // twentysixteen_get_color_scheme_choices()
    412412
    413413
     
    433433        return $value;
    434434    }
    435 endif; // twentysixteen_sanitize_color_scheme
     435endif; // twentysixteen_sanitize_color_scheme()
    436436
    437437/**
Note: See TracChangeset for help on using the changeset viewer.