Skip to content

Commit

Permalink
Merge pull request #3479 from Automattic/update/twitter-widget-merge
Browse files Browse the repository at this point in the history
Twitter widget width clarification
  • Loading branch information
zinigor committed Mar 22, 2016
2 parents 190eb91 + 51b8c82 commit 667c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widgets/twitter-timeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function form( $instance ) {
</p>

<p>
<label for="<?php echo $this->get_field_id( 'width' ); ?>"><?php esc_html_e( 'Width (px):', 'jetpack' ); ?></label>
<label for="<?php echo $this->get_field_id( 'width' ); ?>"><?php esc_html_e( 'Maximum Width (px):', 'jetpack' ); ?></label>
<input class="widefat" id="<?php echo $this->get_field_id( 'width' ); ?>" name="<?php echo $this->get_field_name( 'width' ); ?>" type="text" value="<?php echo esc_attr( $instance['width'] ); ?>" />
</p>

Expand Down

0 comments on commit 667c6a3

Please sign in to comment.