Make WordPress Core


Ignore:
Timestamp:
09/20/2013 07:23:22 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.

File:
1 edited

Legend:

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

    r24050 r25521  
    11<?php
    22/**
    3  * Implements an optional custom header for Twenty Twelve.
     3 * Implement an optional custom header for Twenty Twelve
     4 *
    45 * See http://codex.wordpress.org/Custom_Headers
    56 *
     
    1011
    1112/**
    12  * Sets up the WordPress core custom header arguments and settings.
     13 * Set up the WordPress core custom header arguments and settings.
    1314 *
    1415 * @uses add_theme_support() to register support for 3.4 and up.
     
    4849
    4950/**
    50  * Loads our special font CSS file.
     51 * Load our special font CSS file.
    5152 *
    5253 * @since Twenty Twelve 1.2
     
    6263
    6364/**
    64  * Styles the header text displayed on the blog.
     65 * Style the header text displayed on the blog.
    6566 *
    6667 * get_header_textcolor() options: 515151 is default, hide text (returns 'blank'), or any hex value.
     
    102103
    103104/**
    104  * Styles the header image displayed on the Appearance > Header admin panel.
     105 * Style the header image displayed on the Appearance > Header admin panel.
    105106 *
    106107 * @since Twenty Twelve 1.0
     
    142143
    143144/**
    144  * Outputs markup to be displayed on the Appearance > Header admin panel.
     145 * Output markup to be displayed on the Appearance > Header admin panel.
     146 *
    145147 * This callback overrides the default markup displayed there.
    146148 *
Note: See TracChangeset for help on using the changeset viewer.