Plugin Directory

Changeset 146467


Ignore:
Timestamp:
08/16/2009 10:34:52 PM (17 years ago)
Author:
freedimensional
Message:

One last change to the readme

Location:
subscription-options/trunk
Files:
2 edited

Legend:

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

    r146460 r146467  
    55Requires at least: 2.8
    66Tested up to: 2.8.4
    7 Stable tag: 0.4.1
     7Stable tag: 0.4.2
    88
    99Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined.
     
    4343= Can I style the widget in my own way? =
    4444Yes of course, it's WordPress! You can use your stylesheet.css to override your theme's default widget settings by using the following CSS classes:
    45 * the widget container > *div.suboptions_widget*
    46 * the RSS feed icon > *img.rss_icon*
    47 * the email service icon > *img.mail_icon*
    48 * the twitter icon > *img.twitter_icon*
     45
     46* the widget container > div.suboptions_widget
     47* the RSS feed icon > img.rss_icon
     48* the email service icon > img.mail_icon
     49* the twitter icon > img.twitter_icon
     50
    4951Please note that the icons' sizes will still need to be set from within the widget admin panel. CSS doesn't let you override that.
    5052
  • subscription-options/trunk/suboptions.php

    r146460 r146467  
    44 * Plugin URI: http://digitalcortex.net/plugins
    55 * Description: Adds subscription option icons for your RSS Feed URL; your FeedBurner Email Service URL and your Twitter Stream URL. Totally user-defined.
    6  * Version: 0.4.1
     6 * Version: 0.4.2
    77 * Author: freedimensional
    88 * Author URI: http://digitalcortex.net
Note: See TracChangeset for help on using the changeset viewer.