コード例 #1
0
ファイル: list.php プロジェクト: clarkewd/Kebo-Twitter-Feed
    ?>
</p>
            
    <?php 
}
?>
            
    <?php 
if (1 < $corruption) {
    ?>
            
            <p><?php 
    _e('Sorry, the Tweet data is not in the expected format.', 'kebo_twitter');
    ?>
</p>
            
    <?php 
}
?>
            
    <?php 
unset($tweets);
?>

</ul>

<?php 
if (!empty($is_media) && true == $is_media && !true == Kebo_Twitter_Feed_Widget::$printed_media_js) {
    Kebo_Twitter_Feed_Widget::$printed_media_js = true;
    add_action('wp_footer', 'kebo_twitter_media_script', 90);
}