Changeset 455908
- Timestamp:
- 10/26/2011 12:38:53 PM (14 years ago)
- Location:
- spoiler-block
- Files:
-
- 2 edited
-
tags/1.6/spoiler_block.php (modified) (1 diff)
-
trunk/spoiler_block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spoiler-block/tags/1.6/spoiler_block.php
r451687 r455908 62 62 63 63 function add_sb_style() { 64 $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . ' css/style.css';64 $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . '/css/style.css'; 65 65 66 66 wp_register_style('spoiler_block', $myStyleUrl); -
spoiler-block/trunk/spoiler_block.php
r451687 r455908 62 62 63 63 function add_sb_style() { 64 $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . ' css/style.css';64 $myStyleUrl = SPOILERBLOCK_PLUGIN_URL . '/css/style.css'; 65 65 66 66 wp_register_style('spoiler_block', $myStyleUrl);
Note: See TracChangeset
for help on using the changeset viewer.