Make WordPress Core


Ignore:
Timestamp:
11/25/2014 08:56:33 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: docs correction and cleanup.

Props DrewAPicture, see #30149.

File:
1 edited

Legend:

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

    r30567 r30569  
    11<?php
    22/**
    3  * Implement Custom Header functionality for Twenty Fifteen.
     3 * Custom Header functionality for Twenty Fifteen
    44 *
    55 * @package WordPress
     
    4747 *
    4848 * @param string $color The original color, in 3- or 6-digit hexadecimal form.
    49  * @return array
     49 * @return array Array containing RGB (red, green, and blue) values for the given
     50 *               HEX code, empty array otherwise.
    5051 */
    5152function twentyfifteen_hex2rgb( $color ) {
     
    7273 *
    7374 * @since Twenty Fifteen 1.0
    74  * @see twentyfifteen_custom_header_setup().
     75 *
     76 * @see twentyfifteen_custom_header_setup()
    7577 */
    7678function twentyfifteen_header_style() {
     
    174176 *
    175177 * @since Twenty Fifteen 1.0
     178 *
     179 * @see wp_add_inline_style()
    176180 */
    177181function twentyfifteen_header_background_color_css() {
Note: See TracChangeset for help on using the changeset viewer.