Skip to content

Commit

Permalink
Twitter Timeline: add a message to explain 0 tweet-limit
Browse files Browse the repository at this point in the history
See #6 for more details.
  • Loading branch information
jeherve committed Dec 17, 2013
1 parent be9cd77 commit 2eedb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/widgets/twitter-timeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public function form( $instance ) {
<p>
<label for="<?php echo $this->get_field_id( 'tweet-limit' ); ?>"><?php esc_html_e( '# of Tweets Shown:', 'jetpack' ); ?></label>
<input class="widefat" id="<?php echo $this->get_field_id( 'tweet-limit' ); ?>" name="<?php echo $this->get_field_name( 'tweet-limit' ); ?>" type="text" value="<?php echo esc_attr( $instance['tweet-limit'] ); ?>" />
<small><?php _e( '0 means no limit.', 'jetpack' ); ?></small>
</p>

<p><small>
Expand Down

0 comments on commit 2eedb2e

Please sign in to comment.