Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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/twentyfifteen/inc/customizer.php

    r43571 r47122  
    267267        return $color_schemes['default']['colors'];
    268268    }
    269 endif; // twentyfifteen_get_color_scheme
     269endif; // twentyfifteen_get_color_scheme()
    270270
    271271if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) :
     
    287287        return $color_scheme_control_options;
    288288    }
    289 endif; // twentyfifteen_get_color_scheme_choices
     289endif; // twentyfifteen_get_color_scheme_choices()
    290290
    291291if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) :
     
    307307        return $value;
    308308    }
    309 endif; // twentyfifteen_sanitize_color_scheme
     309endif; // twentyfifteen_sanitize_color_scheme()
    310310
    311311/**
Note: See TracChangeset for help on using the changeset viewer.