| @@ -6,10 +6,10 @@ | ||
| 6 | 6 | add_action( 'after_setup_theme', [ $this, 'inclue_attachment_files'], 20 ); |
| 7 | 7 | } |
| 8 | 8 | |
| 9 | 9 | public function inclue_attachment_files() { |
| 10 | - if ( ! defined( 'BBPC_ATTACHMENT' ) ) { | |
| 11 | - define( 'BBPC_ATTACHMENT', 'activate_plugins' ); | |
| 10 | + if ( ! defined( 'FORUMAX_ATTACHMENT' ) ) { | |
| 11 | + define( 'FORUMAX_ATTACHMENT', 'activate_plugins' ); | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | $cfile = dirname( __FILE__ ); |
| 15 | 15 | require_once $cfile . '/bbpc_attachments/code/defaults.php'; |
| @@ -27,5 +27,6 @@ | ||
| 27 | 27 | //TODO: Show progress and cross button like gmail |
| 28 | 28 | //TODO: Show file size of each upload |
| 29 | 29 | //TODO: Add icon for every feature, like gmail |
| 30 | 30 | //TODO: Do caption feature, take caption from title |
| 31 | -//TODO: Add lightbox in pro plugin, lock the feature lightbox | |
| 31 | +//TODO: Add lightbox in pro plugin, lock the feature lightbox | |
| 32 | + | |