Skip to content

Commit

Permalink
fixing error in 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeyourbits committed Sep 29, 2023
1 parent b32915f commit 35c8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion online-indicator-for-twitch.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function sanitize_oift_larger_than($input) {return wp_kses_post(force_balance_ta
function oift_footer() {
?>
<?php if( get_theme_mod('oift_channel_name') != '') { ?>
<div id="oift-container"><a class="oift-twitch" <?php if( get_theme_mod('oift_new_window') != '') { ?>target="_blank"<?php } ?> href="<?php } if(wp_is_using_https()){ ?>https<?php }else{ ?>http<?php } ?>://www.twitch.tv/<?php echo get_theme_mod('oift_channel_name'); ?>">
<div id="oift-container"><a class="oift-twitch" <?php if( get_theme_mod('oift_new_window') != '') { ?>target="_blank"<?php } ?> href="<?php if(wp_is_using_https()){ ?>https<?php }else{ ?>http<?php } ?>://www.twitch.tv/<?php echo get_theme_mod('oift_channel_name'); ?>">
<span class="oift-status-text-live">
<?php if( get_theme_mod('oift_live_text') != '') { ?>
<?php echo get_theme_mod('oift_live_text'); ?>
Expand Down

0 comments on commit 35c8dfb

Please sign in to comment.