Plugin Directory

Changeset 587164


Ignore:
Timestamp:
08/18/2012 03:29:23 PM (14 years ago)
Author:
HeavyDigital
Message:

readme.txt (added backticks to code)

Location:
sideoffer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sideoffer/tags/1.0.2/readme.txt

    r586679 r587164  
    3232If you have questions, comments or feature requests  feel free to email us at Info@HeavyDigital.net
    3333
    34 Stay in the know:  Become a fan of Heavy Digital on Facebook!  http://www.facebook.com/HeavyDigital
     34Stay in the know: [Become a fan of Heavy Digital on Facebook!](http://www.facebook.com/HeavyDigital  "Facebook: Heavy Digital") 
    3535
    36 Be sure to check out our site www.HeavyDigital.net
     36Be sure to check out our site [www.HeavyDigital.net](http://www.HeavyDigital.net/  "Heavy Digital Homepage")
    3737
    3838== Installation ==
     
    42421. Configure the plugin through the top level SideOffer menu item (Near the bottom)
    43431. Optional: Edit the included PSD to reflect the aesthetic of your site
    44 1. Optional: Include `<a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer
     441. Optional: Include `<a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer
    4545
    4646== Screenshots  ==
     
    5353= My shortcode doesn't work on the admin screen =
    5454
    55 This is due to a limitation in do_shortcode(). Your shortcode will execute properly on the front-end of the site.
     55This is due to a limitation in `do_shortcode()`. Your shortcode will execute properly on the front-end of the site.
    5656
    5757== Changelog ==
    5858
    5959= 1.0.2 =
    60 * Bug: Added wp_enqueue_script('jQuery'); (Oops!)
     60* Bug: Added `wp_enqueue_script('jQuery');` (Oops!)
    6161* Bug: Omitted `hd_sideoffer_bg()` (Unneceserry to filter out site_url, & was breaking installs in subdirectories)
    6262
    6363= 1.0.1 =
    6464* Added "Active but not live" admin message
    65 * Bug Fixes (Missing esc_attr(),$capability=manage_options)
     65* Bug Fixes (Missing `esc_attr()`,`$capability=manage_options`)
    6666
    6767= 1.0 =
  • sideoffer/trunk/readme.txt

    r586679 r587164  
    3232If you have questions, comments or feature requests  feel free to email us at Info@HeavyDigital.net
    3333
    34 Stay in the know:  Become a fan of Heavy Digital on Facebook!  http://www.facebook.com/HeavyDigital
     34Stay in the know: [Become a fan of Heavy Digital on Facebook!](http://www.facebook.com/HeavyDigital  "Facebook: Heavy Digital") 
    3535
    36 Be sure to check out our site www.HeavyDigital.net
     36Be sure to check out our site [www.HeavyDigital.net](http://www.HeavyDigital.net/  "Heavy Digital Homepage")
    3737
    3838== Installation ==
     
    42421. Configure the plugin through the top level SideOffer menu item (Near the bottom)
    43431. Optional: Edit the included PSD to reflect the aesthetic of your site
    44 1. Optional: Include `&lt;a href="javascript:void(0);" class="sideoffer"&gt;Links&lt;/a&gt;` on your site to trigger the SideOffer
     441. Optional: Include `<a href="javascript:void(0);" class="sideoffer">Links</a>` on your site to trigger the SideOffer
    4545
    4646== Screenshots  ==
     
    5353= My shortcode doesn't work on the admin screen =
    5454
    55 This is due to a limitation in do_shortcode(). Your shortcode will execute properly on the front-end of the site.
     55This is due to a limitation in `do_shortcode()`. Your shortcode will execute properly on the front-end of the site.
    5656
    5757== Changelog ==
    5858
    5959= 1.0.2 =
    60 * Bug: Added wp_enqueue_script('jQuery'); (Oops!)
     60* Bug: Added `wp_enqueue_script('jQuery');` (Oops!)
    6161* Bug: Omitted `hd_sideoffer_bg()` (Unneceserry to filter out site_url, & was breaking installs in subdirectories)
    6262
    6363= 1.0.1 =
    6464* Added "Active but not live" admin message
    65 * Bug Fixes (Missing esc_attr(),$capability=manage_options)
     65* Bug Fixes (Missing `esc_attr()`,`$capability=manage_options`)
    6666
    6767= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.