Skip to content

Commit

Permalink
Fix minor mis-labeling.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Aug 20, 2011
1 parent 49c0f71 commit 87f5aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-rss-merge.php
Expand Up @@ -200,7 +200,7 @@ function form( $instance ) {
$this->get_field_name('title'), $this->get_field_id('title'), htmlentities($instance['title']));
printf('<p><label>Feed URLs <textarea name="%s" id="%s" style="width:300px;">%s</textarea></label></p>',
$this->get_field_name('urls'), $this->get_field_id('urls'), __($instance['urls']));
printf('<p><label>Tweet Count <input type="text" name="%s" id="%s" value="%d" /></label></p>',
printf('<p><label>Item Count <input type="text" name="%s" id="%s" value="%d" /></label></p>',
$this->get_field_name('count'), $this->get_field_id('count'), $instance['count']);
}
}
Expand Down

0 comments on commit 87f5aaf

Please sign in to comment.