Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (7 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/twentyfourteen/inc/custom-header.php

    r43571 r47122  
    9292                <?php
    9393        }
    94 endif; // twentyfourteen_header_style
     94endif; // twentyfourteen_header_style()
    9595
    9696
     
    131131                <?php
    132132        }
    133 endif; // twentyfourteen_admin_header_style
     133endif; // twentyfourteen_admin_header_style()
    134134
    135135if ( ! function_exists( 'twentyfourteen_admin_header_image' ) ) :
     
    151151                <?php
    152152        }
    153 endif; // twentyfourteen_admin_header_image
     153endif; // twentyfourteen_admin_header_image()
Note: See TracChangeset for help on using the changeset viewer.