Skip to content

Commit

Permalink
fixed new bug in tarski_headerimage() from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tfnab authored and beastaugh committed Feb 12, 2012
1 parent 999f082 commit c50ec21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/helpers/template_helper.php
Expand Up @@ -280,6 +280,7 @@ function _tarski_asset_output($type, $assets) {
* @return string
*/
function tarski_headerimage() {
global $post;
if (!get_theme_mod('header_image')) return;

$header_img_url = get_header_image();
Expand Down

0 comments on commit c50ec21

Please sign in to comment.