Make WordPress Core


Ignore:
Timestamp:
08/25/2012 04:53:32 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: review and clarify code commenting and documentation. Props jorbin and obenland. See #21675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/inc/custom-header.php

    r21329 r21617  
    11<?php
    22/**
    3  * Implement an optional custom header for Twenty Twelve.
    4  * http://codex.wordpress.org/Custom_Headers
     3 * Implements an optional custom header for Twenty Twelve.
     4 * See http://codex.wordpress.org/Custom_Headers
    55 *
    66 * @package WordPress
     
    1010
    1111/**
    12  * Set up the WordPress core custom header arguments and settings.
    13  * Use add_theme_support() to register support for 3.4 and up.
     12 * Sets up the WordPress core custom header arguments and settings.
    1413 *
    15  * @uses twentytwelve_header_style()
    16  * @uses twentytwelve_admin_header_style()
    17  * @uses twentytwelve_admin_header_image()
     14 * @uses add_theme_support() to register support for 3.4 and up.
     15 * @uses twentytwelve_header_style() to style front-end.
     16 * @uses twentytwelve_admin_header_style() to style wp-admin form.
     17 * @uses twentytwelve_admin_header_image() to add custom markup to wp-admin form.
    1818 *
    1919 * @since Twenty Twelve 1.0
     
    127127
    128128/**
    129  * Custom header image markup displayed on the Appearance > Header admin panel.
     129 * Outputs markup to be displayed on the Appearance > Header admin panel.
     130 * This callback overrides the default markup displayed there.
    130131 *
    131132 * @since Twenty Twelve 1.0
Note: See TracChangeset for help on using the changeset viewer.