Changeset 1164

Show
Ignore:
Timestamp:
07/18/08 12:56:47 (5 months ago)
Author:
_ck_
Message:

0.0.4 third time's the charm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbcode-buttons/trunk/BBcode-buttons.php

    r1163 r1164  
    3333        BBcodeButtons.push(new BBcodeButton('ed_close','close','','','c',' ','auto-close any tags you left open')); 
    3434        }</scr"."ipt> 
    35         <scr"."ipt src='" .bb_get_option('uri').str_replace(array(BBPATH,".php","\\"),array("",".js","/"),dirname(__FILE__)."/".basename(__FILE__))."?0.0.4' type='text/javascript' defer='defer'></scr"."ipt>"; 
     35        <scr"."ipt src='" .bb_get_option('uri').trim(str_replace(array(trim(BBPATH,"/\\"),".php","\\"),array("",".js","/"),__FILE__),"/\\")."?0.0.4' type='text/javascript' defer='defer'></scr"."ipt>"; 
    3636}        
    3737} add_action('bb_foot', 'bbcode_buttons');