Make WordPress Core


Ignore:
Timestamp:
10/11/2013 10:01:14 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: first pass for updating code comments to reflect WP inline docs standards, see #25257.

File:
1 edited

Legend:

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

    r25765 r25769  
    11<?php
    22/**
     3 * Implement Custom Header functionality for Twenty Fourteen
     4 *
    35 * @package WordPress
    46 * @subpackage Twenty_Fourteen
     7 * @since Twenty Fourteen 1.0
    58 */
    69
    710/**
    8  * Setup the WordPress core custom header feature.
     11 * Set up the WordPress core custom header settings.
     12 *
     13 * @since Twenty Fourteen 1.0
    914 *
    1015 * @uses twentyfourteen_header_style()
     
    2631if ( ! function_exists( 'twentyfourteen_admin_header_style' ) ) :
    2732/**
    28  * Styles the header image displayed on the Appearance > Header admin panel.
     33 * Style the header image displayed on the Appearance > Header admin panel.
    2934 *
    30  * @see twentyfourteen_custom_header_setup().
     35 * @link twentyfourteen_custom_header_setup().
     36 *
     37 * @since Twenty Fourteen 1.0
    3138 */
    3239function twentyfourteen_admin_header_style() {
     
    5966if ( ! function_exists( 'twentyfourteen_admin_header_image' ) ) :
    6067/**
    61  * Custom header image markup displayed on the Appearance > Header admin panel.
     68 * Create the custom header image markup displayed on the Appearance > Header admin panel.
    6269 *
    63  * @see twentyfourteen_custom_header_setup().
     70 * @link twentyfourteen_custom_header_setup().
     71 *
     72 * @since Twenty Fourteen 1.0
    6473 */
    6574function twentyfourteen_admin_header_image() {
Note: See TracChangeset for help on using the changeset viewer.