- Timestamp:
- 11/25/2014 08:56:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php
r30567 r30569 1 1 <?php 2 2 /** 3 * Implement Custom Header functionality for Twenty Fifteen.3 * Custom Header functionality for Twenty Fifteen 4 4 * 5 5 * @package WordPress … … 47 47 * 48 48 * @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. 50 51 */ 51 52 function twentyfifteen_hex2rgb( $color ) { … … 72 73 * 73 74 * @since Twenty Fifteen 1.0 74 * @see twentyfifteen_custom_header_setup(). 75 * 76 * @see twentyfifteen_custom_header_setup() 75 77 */ 76 78 function twentyfifteen_header_style() { … … 174 176 * 175 177 * @since Twenty Fifteen 1.0 178 * 179 * @see wp_add_inline_style() 176 180 */ 177 181 function twentyfifteen_header_background_color_css() {
Note: See TracChangeset
for help on using the changeset viewer.