Plugin Directory

Changeset 138345


Ignore:
Timestamp:
07/23/2009 01:03:09 PM (17 years ago)
Author:
freedimensional
Message:
 
Location:
subscription-options/trunk
Files:
7 edited

Legend:

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

    r128506 r138345  
    55Requires at least: 2.0.2
    66Tested up to: 2.8
    7 Stable tag: 0.3.1
     7Stable tag: 0.3.2
    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.
     
    39392.  Enter the following details:
    4040    + Widget Title (entirely optional)
    41     + Widget Title Size (if applicable)
     41    + Widget Title Size (required even without a title or you'll get a '<>')
    4242    + RSS Feed URL
    4343    + Email Service URL
  • subscription-options/trunk/suboptions.php

    r128506 r138345  
    66Author: freedimensional
    77Author URI: http://digitalcortex.net/
    8 Version: 0.3.1
     8Version: 0.3.2
    99*/
    1010
     
    112112
    113113            //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 />";
    115115            echo ' <input id="suboptions_header" name="suboptions_header" type="text" style="width: 100%;" value="'.$header.'" />';
    116116            echo '</label></p>';
     
    132132           
    133133            //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 />";
    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.