Skip to content

Commit

Permalink
Remove alt text check. (omeka/Omeka#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Sep 12, 2020
1 parent c54a65f commit 15283b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
<?php echo public_nav_main(); ?>
</nav>

<?php $altText = (get_theme_option('header_image_alt') !== null) ? get_theme_option('header_image_alt') : ''; ?>
<?php echo theme_header_image($altText); ?>
<?php echo theme_header_image(); ?>

</header>

Expand Down

0 comments on commit 15283b6

Please sign in to comment.