Changeset 37083
- Timestamp:
- 03/25/2016 11:05:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r37077 r37083 950 950 951 951 /** 952 * Retrieve text color for custom header.952 * Retrieves the custom header text color in HEX format. 953 953 * 954 954 * @since 2.1.0 955 955 * 956 * @return string 956 * @return string Header text color in HEX format (minus the hash symbol). 957 957 */ 958 958 function get_header_textcolor() { … … 961 961 962 962 /** 963 * Display text color for custom header.963 * Displays the custom header text color in HEX format (minus the hash symbol). 964 964 * 965 965 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.