Skip to content

Commit

Permalink
HAR WP - update option description.
Browse files Browse the repository at this point in the history
git-svn-id: http://harviewer.googlecode.com/svn/trunk@295 b08ab4b8-96ea-11de-a1ee-bbbdd2d7798b
  • Loading branch information
odvarko@gmail.com committed Mar 30, 2011
1 parent 2635114 commit bfb2062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wordpress/plugins/harviewer/har-admin.php
Expand Up @@ -93,6 +93,7 @@ function preview_height_input()
$options = get_option('harviewer_options');
echo "<input id='height' name='harviewer_options[height]' ";
echo "size='5' type='text' value='".$options['height']."' />";
echo " px";
}

function preview_expand_checkbox()
Expand Down

0 comments on commit bfb2062

Please sign in to comment.