Plugin Directory

Changeset 128497


Ignore:
Timestamp:
06/22/2009 04:51:48 PM (17 years ago)
Author:
freedimensional
Message:

Updated to larger icons! Woo!

Location:
subscription-options/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • subscription-options/trunk/readme.txt

    r127390 r128497  
    55Requires at least: 2.0.2
    66Tested up to: 2.8
    7 Stable tag: 0.2.4
     7Stable tag: 0.3
    88
    99Add 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  
    66Author: freedimensional
    77Author URI: http://digitalcortex.net/
    8 Version: 0.2.4
     8Version: 0.3
    99*/
    1010
     
    132132           
    133133            //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 />";
    135135            echo ' <input id="suboptions_pixels" name="suboptions_pixels" type="text" style="width: 100%;" value="'.$pixels.'" />';
    136136           
Note: See TracChangeset for help on using the changeset viewer.