Changeset 1162
- Timestamp:
- 07/17/08 17:24:04 (5 months ago)
- Files:
-
- bbcode-buttons/trunk/BBcode-buttons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbcode-buttons/trunk/BBcode-buttons.php
r1148 r1162 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 0.0. 38 Version: 0.0.4 9 9 10 10 License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 33 33 BBcodeButtons.push(new BBcodeButton('ed_close','close','','','c',' ','auto-close any tags you left open')); 34 34 }</scr"."ipt> 35 <scr"."ipt src='" .bb_get_option('uri').str_replace(array(" .php",BBPATH),array(".js",""),__FILE__)."?0.0.3' type='text/javascript' defer='defer'></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>"; 36 36 } 37 37 } add_action('bb_foot', 'bbcode_buttons');
