Changeset 708018
- Timestamp:
- 05/04/2013 11:56:07 PM (13 years ago)
- Location:
- edshelf-widget/trunk
- Files:
-
- 2 edited
-
edshelf-widgets.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
edshelf-widget/trunk/edshelf-widgets.php
r708017 r708018 4 4 Plugin URI: http://edshelf.com 5 5 Description: Adds a shortcode for embedding an edshelf widget on your site. 6 Version: 0.2 6 Version: 0.2.1 7 7 Author: edshelf 8 8 Author URI: http://edshelf.com … … 104 104 ), $atts ) ); 105 105 106 return edshelf_collection_widget_embed( $id );106 return edshelf_collection_widget_embed( $id, $height, $type ); 107 107 } 108 108 … … 155 155 <p> 156 156 <label for="edshelf-collection-id">Collection ID</label>: 157 <input type="text" id="edshelf-collection-id" name="edshelf_collection_id" size="5" maxlength="5" value="<?php echo $options['id'];?>"> 157 <input type="text" id="edshelf-collection-id" name="edshelf_collection_id" size="5" maxlength="5" value="<?php echo $options['id'];?>"><br> 158 158 <label for="edshelf-collection-height">Widget height</label>: 159 <input type="text" id="edshelf-collection-height" name="edshelf_collection_height" size="5" maxlength="6" value="<?php echo $options['height'];?>"> 159 <input type="text" id="edshelf-collection-height" name="edshelf_collection_height" size="5" maxlength="6" value="<?php echo $options['height'];?>"><br> 160 160 <label for="edshelf-collection-height">Widget type</label>: 161 <input type="text" id="edshelf-collection-type" name="edshelf_collection_type" size="5" maxlength="10" value="<?php echo $options['type'];?>"> 161 <input type="text" id="edshelf-collection-type" name="edshelf_collection_type" size="5" maxlength="10" value="<?php echo $options['type'];?>"><br> 162 162 <input type="hidden" name="edshelf_collection_submit" value="1"> 163 163 </p> -
edshelf-widget/trunk/readme.txt
r708017 r708018 4 4 Tested up to: 3.5 5 5 Requires at least: 2.9 6 Stable Tag: 0.2 6 Stable Tag: 0.2.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.