Ticket #16268: ticket16268.patch
| File ticket16268.patch, 503 bytes (added by , 12 years ago) |
|---|
-
theme.php
1047 1047 } 1048 1048 1049 1049 /** 1050 * Whether the theme has a header image. 1051 * 1052 * @return bool true if the theme has a header image, otherwise false 1053 */ 1054 function has_header_image() { 1055 $header_image = get_header_image(); 1056 return !empty($header_image); 1057 } 1058 1059 /** 1050 1060 * Get random header image data from registered images in theme. 1051 1061 * 1052 1062 * @since 3.4.0