Make WordPress Core


Ignore:
Timestamp:
01/12/2017 05:55:01 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: After [37083], change "HEX format" to "3- or 6-digit hexadecimal form" for clarity.

Props swissspidy, theMikeD.
Fixes #36336.

File:
1 edited

Legend:

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

    r39751 r39888  
    951951
    952952/**
    953  * Retrieves the custom header text color in HEX format.
     953 * Retrieves the custom header text color in 3- or 6-digit hexadecimal form.
    954954 *
    955955 * @since 2.1.0
    956956 *
    957  * @return string Header text color in HEX format (minus the hash symbol).
     957 * @return string Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
    958958 */
    959959function get_header_textcolor() {
     
    962962
    963963/**
    964  * Displays the custom header text color in HEX format (minus the hash symbol).
     964 * Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
    965965 *
    966966 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.