Skip to content

Commit

Permalink
working on #32
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotep committed Jul 4, 2017
1 parent 75ddf5a commit 0757e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,8 @@ public function widget( $args, $instance ) {

?>

<a class="twitter-timeline" href="<?php echo esc_url( $instance[href] ); ?>">A Twitter List by TwitterDev</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<a class="twitter-timeline" href="<?php echo esc_url( $instance[href] ); ?>"><?php echo esc_url( $instance[href] ); ?></a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<?php

// <div class="clearfix">
Expand Down

0 comments on commit 0757e68

Please sign in to comment.