Changeset 138345
- Timestamp:
- 07/23/2009 01:03:09 PM (17 years ago)
- Location:
- subscription-options/trunk
- Files:
-
- 7 edited
-
images/feed_icon.png (modified) (previous)
-
images/mail_icon.png (modified) (previous)
-
images/twitter_icon.png (modified) (previous)
-
readme.txt (modified) (2 diffs)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (modified) (previous)
-
suboptions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscription-options/trunk/readme.txt
r128506 r138345 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.8 7 Stable tag: 0.3. 17 Stable tag: 0.3.2 8 8 9 9 Add 3 subscription options for readers with related feed icons: a RSS feed URL; your FeedBurner Email URL and your Twitter feed. Totally user-defined. … … 39 39 2. Enter the following details: 40 40 + Widget Title (entirely optional) 41 + Widget Title Size ( if applicable)41 + Widget Title Size (required even without a title or you'll get a '<>') 42 42 + RSS Feed URL 43 43 + Email Service URL -
subscription-options/trunk/suboptions.php
r128506 r138345 6 6 Author: freedimensional 7 7 Author URI: http://digitalcortex.net/ 8 Version: 0.3. 18 Version: 0.3.2 9 9 */ 10 10 … … 112 112 113 113 //Header Size 114 echo '<p><label for="suboptions_header">' . __('Heading Size (H1 to H6 allowed):', 'widgets') . "<br />";114 echo '<p><label for="suboptions_header">' . __('Heading Size (H1 to H6 required):', 'widgets') . "<br />"; 115 115 echo ' <input id="suboptions_header" name="suboptions_header" type="text" style="width: 100%;" value="'.$header.'" />'; 116 116 echo '</label></p>'; … … 132 132 133 133 //Icon Size 134 echo '<p><label for="suboptions_pixels">' . __('Size of Feed Icons (up to 200px):', 'widgets') . "<br />";134 echo '<p><label for="suboptions_pixels">' . __('Size of Feed Icons (up to 100px):', 'widgets') . "<br />"; 135 135 echo ' <input id="suboptions_pixels" name="suboptions_pixels" type="text" style="width: 100%;" value="'.$pixels.'" />'; 136 136
Note: See TracChangeset
for help on using the changeset viewer.