Skip to content

Commit

Permalink
Grammar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ollie Armstrong committed May 31, 2012
1 parent e053445 commit 19d25e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/admin/misc/form.php
Expand Up @@ -46,7 +46,7 @@
<div id="image_<?php echo $name; ?>_link"><a href="<?php echo $image_upload_iframe_src; ?>" id="image_<?php echo $name; ?>_upload" class="thickbox" onclick="setId('<?php echo $name; ?>');" title="<?php echo $name ?>">Select/upload image</a></div>
<div class="wpsqt_image" id="image_<?php echo $name; ?>_image"><?php echo stripslashes($option['value']); ?></div>
<input type="hidden" name="<?php echo $name; ?>" id="image_<?php echo $name; ?>_text" value='<?php echo stripcslashes($option['value']); ?>' />
<a href="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>&image=remove">Remove image</a>
<a href="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>&image=remove">Remove Image</a>
<?php
break;
}?>
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Expand Up @@ -71,6 +71,7 @@ Any further issues then feel free to create a thread on the <a href="http://word
* Fixed update check to respect proxy settings
* Fixed poll results not displaying
* Fixed free text question hint not displaying
* Added button to remove an image from a question
* Added custom form fields to results table
* Added sorting by headings on quiz results table

Expand Down

0 comments on commit 19d25e7

Please sign in to comment.