Plugin Directory

Changeset 455908


Ignore:
Timestamp:
10/26/2011 12:38:53 PM (14 years ago)
Author:
squiter
Message:
  • Fix bug;
Location:
spoiler-block
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spoiler-block/tags/1.6/spoiler_block.php

    r451687 r455908  
    6262
    6363function add_sb_style() {
    64     $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . 'css/style.css';
     64    $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . '/css/style.css';
    6565
    6666    wp_register_style('spoiler_block', $myStyleUrl);
  • spoiler-block/trunk/spoiler_block.php

    r451687 r455908  
    6262
    6363function add_sb_style() {
    64     $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . 'css/style.css';
     64    $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . '/css/style.css';
    6565
    6666    wp_register_style('spoiler_block', $myStyleUrl);
Note: See TracChangeset for help on using the changeset viewer.