Changeset 128497
- Timestamp:
- 06/22/2009 04:51:48 PM (17 years ago)
- Location:
- subscription-options/trunk
- Files:
-
- 5 edited
-
images/feed_icon.png (modified) (previous)
-
images/mail_icon.png (modified) (previous)
-
images/twitter_icon.png (modified) (previous)
-
readme.txt (modified) (1 diff)
-
suboptions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscription-options/trunk/readme.txt
r127390 r128497 5 5 Requires at least: 2.0.2 6 6 Tested up to: 2.8 7 Stable tag: 0. 2.47 Stable tag: 0.3 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. -
subscription-options/trunk/suboptions.php
r127390 r128497 6 6 Author: freedimensional 7 7 Author URI: http://digitalcortex.net/ 8 Version: 0. 2.48 Version: 0.3 9 9 */ 10 10 … … 132 132 133 133 //Icon Size 134 echo '<p><label for="suboptions_pixels">' . __('Size of Feed Icons (up to 64px):', 'widgets') . "<br />";134 echo '<p><label for="suboptions_pixels">' . __('Size of Feed Icons (up to 200px):', '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.