Changeset 39888 for trunk/src/wp-includes/theme.php
- Timestamp:
- 01/12/2017 05:55:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r39751 r39888 951 951 952 952 /** 953 * Retrieves the custom header text color in HEX format.953 * Retrieves the custom header text color in 3- or 6-digit hexadecimal form. 954 954 * 955 955 * @since 2.1.0 956 956 * 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). 958 958 */ 959 959 function get_header_textcolor() { … … 962 962 963 963 /** 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). 965 965 * 966 966 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.