Skip to content

Commit

Permalink
Hinting in the settings that we might support other storage than S3 i…
Browse files Browse the repository at this point in the history
…n the future...
  • Loading branch information
pickan committed Jan 29, 2012
1 parent 3d20b69 commit 261a35c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wpro.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ function generate_wpro_admin_form () {
<form name="wpro-settings-form" action="options.php" method="post">
<?php settings_fields ('wpro-settings-group'); ?>
<h3><?php echo __('Common Settings'); ?></h3>
<table class="form-table">
<tr>
<th><label for="upload-destination">Upload Storage</th>
<td><input name="upload-destination" id="upload-destination" type="radio" value="s3" checked="checked"/> Amazon AWS S3</td>
</tr>
</table>
<h3><?php echo __('Amazon AWS S3 Settings'); ?></h3>
<table class="form-table">
<tr>
<th><label for="aws-key">AWS Key</label></th>
Expand Down

0 comments on commit 261a35c

Please sign in to comment.