Make WordPress Core

Changeset 37083


Ignore:
Timestamp:
03/25/2016 11:05:42 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the DocBlocks for get_header_textcolor() and header_textcolor() to mention that they both retrieve color values in the HEX format.

Props theMikeD.
Fixes #36336.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r37077 r37083  
    950950
    951951/**
    952  * Retrieve text color for custom header.
     952 * Retrieves the custom header text color in HEX format.
    953953 *
    954954 * @since 2.1.0
    955955 *
    956  * @return string
     956 * @return string Header text color in HEX format (minus the hash symbol).
    957957 */
    958958function get_header_textcolor() {
     
    961961
    962962/**
    963  * Display text color for custom header.
     963 * Displays the custom header text color in HEX format (minus the hash symbol).
    964964 *
    965965 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.