Changeset 1318
- Timestamp:
- 09/01/08 18:44:51 (3 months ago)
- Files:
-
- bb-attachments/trunk/bb-attachments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-attachments/trunk/bb-attachments.php
r1231 r1318 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 0.1. 98 Version: 0.1.10 9 9 10 10 License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 72 72 add_action( 'bb_post.php', 'bb_attachments_process_post'); 73 73 add_filter('post_text', 'bb_attachments_bbcode',250); 74 bb_register_activation_hook( __FILE__,'bb_attachments_install');74 bb_register_activation_hook(str_replace(array(str_replace("/","\\",BB_PLUGIN_DIR),str_replace("/","\\",BB_CORE_PLUGIN_DIR)),array("user#","core#"),__FILE__), 'bb_attachments_install'); 75 75 76 76 function bb_attachments_init() {
