Changeset 6284 for trunk/src/includes/admin/converters/Vanilla.php
- Timestamp:
- 02/03/2017 08:36:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Vanilla.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Vanilla.php
r6115 r6284 607 607 */ 608 608 protected function callback_html( $field ) { 609 require_once ( bbpress()->admin->admin_dir . 'parser.php' );609 require_once bbpress()->admin->admin_dir . 'parser.php'; 610 610 $bbcode = BBCode::getInstance(); 611 611 $bbcode->enable_smileys = false;
Note: See TracChangeset
for help on using the changeset viewer.